mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
cairo: fix recipe...
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user