mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
freetype: don't build with harfbuzz on x86_gcc2
This commit is contained in:
@@ -21,10 +21,15 @@ PROVIDES="
|
|||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libbz2$secondaryArchSuffix
|
lib:libbz2$secondaryArchSuffix
|
||||||
lib:libharfbuzz$secondaryArchSuffix
|
|
||||||
lib:libpng16$secondaryArchSuffix
|
lib:libpng16$secondaryArchSuffix
|
||||||
lib:libz$secondaryArchSuffix >= 1
|
lib:libz$secondaryArchSuffix >= 1
|
||||||
"
|
"
|
||||||
|
if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then
|
||||||
|
REQUIRES="$REQUIRES
|
||||||
|
lib:libharfbuzz$secondaryArchSuffix
|
||||||
|
"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
freetype${secondaryArchSuffix}_devel = $portVersion
|
freetype${secondaryArchSuffix}_devel = $portVersion
|
||||||
@@ -34,18 +39,26 @@ PROVIDES_devel="
|
|||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
freetype${secondaryArchSuffix} == $portVersion base
|
freetype${secondaryArchSuffix} == $portVersion base
|
||||||
devel:libbz2$secondaryArchSuffix
|
devel:libbz2$secondaryArchSuffix
|
||||||
devel:libharfbuzz$secondaryArchSuffix
|
|
||||||
devel:libpng16$secondaryArchSuffix
|
devel:libpng16$secondaryArchSuffix
|
||||||
devel:libz$secondaryArchSuffix
|
devel:libz$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then
|
||||||
|
REQUIRES="$REQUIRES
|
||||||
|
devel:libharfbuzz$secondaryArchSuffix
|
||||||
|
"
|
||||||
|
fi
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libbz2$secondaryArchSuffix
|
devel:libbz2$secondaryArchSuffix
|
||||||
devel:libharfbuzz$secondaryArchSuffix
|
|
||||||
devel:libpng16$secondaryArchSuffix
|
devel:libpng16$secondaryArchSuffix
|
||||||
devel:libz$secondaryArchSuffix
|
devel:libz$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then
|
||||||
|
BUILD_REQUIRES="$BUILD_REQUIRES
|
||||||
|
devel:libharfbuzz$secondaryArchSuffix
|
||||||
|
"
|
||||||
|
fi
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:aclocal
|
cmd:aclocal
|
||||||
cmd:autoconf
|
cmd:autoconf
|
||||||
|
|||||||
Reference in New Issue
Block a user