mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-01 20:48:54 +02:00
fontconfig: util_linux not available for x86_gcc2
This commit is contained in:
@@ -8,7 +8,7 @@ COPYRIGHT="2000-2005, 2006-2007 Keith Packard
|
|||||||
2008 Danilo Segan
|
2008 Danilo Segan
|
||||||
2012 Google, Inc."
|
2012 Google, Inc."
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
SOURCE_URI="https://www.freedesktop.org/software/fontconfig/release/fontconfig-$portVersion.tar.bz2"
|
SOURCE_URI="https://www.freedesktop.org/software/fontconfig/release/fontconfig-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741"
|
CHECKSUM_SHA256="f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741"
|
||||||
PATCHES="fontconfig-$portVersion.patchset"
|
PATCHES="fontconfig-$portVersion.patchset"
|
||||||
@@ -62,13 +62,17 @@ REQUIRES_devel="
|
|||||||
defineDebugInfoPackage fontconfig$secondaryArchSuffix \
|
defineDebugInfoPackage fontconfig$secondaryArchSuffix \
|
||||||
$libDir/libfontconfig.so.$libVersion
|
$libDir/libfontconfig.so.$libVersion
|
||||||
|
|
||||||
|
libuuidVersionCompat="1.3"
|
||||||
|
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||||
|
libuuidVersionCompat="1"
|
||||||
|
fi
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libbz2$secondaryArchSuffix
|
devel:libbz2$secondaryArchSuffix
|
||||||
devel:libfreetype$secondaryArchSuffix
|
devel:libfreetype$secondaryArchSuffix
|
||||||
devel:libiconv$secondaryArchSuffix
|
devel:libiconv$secondaryArchSuffix
|
||||||
devel:libintl$secondaryArchSuffix
|
devel:libintl$secondaryArchSuffix
|
||||||
devel:libuuid$secondaryArchSuffix >= 1.3
|
devel:libuuid$secondaryArchSuffix >= $libuuidVersionCompat
|
||||||
devel:libxml2$secondaryArchSuffix
|
devel:libxml2$secondaryArchSuffix
|
||||||
devel:libz$secondaryArchSuffix
|
devel:libz$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user