cairo: fix recipe...

This commit is contained in:
Adrien Destugues
2014-10-06 18:08:43 +02:00
parent b4ae54358d
commit 8f97c2f274
4 changed files with 25 additions and 497 deletions

View File

@@ -53,6 +53,7 @@ REQUIRES="
# required by fontconfig
lib:libbz2$secondaryArchSuffix
lib:libxml2$secondaryArchSuffix
lib:libgcc_s$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
@@ -79,6 +80,7 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -fi
export CFLAGS=-D__BSD_VISIBLE
runConfigure ./configure
make $jobArgs
}