mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
fontconfig: fixes pkgconfig
This commit is contained in:
@@ -13,7 +13,7 @@ COPYRIGHT="2000-2005, 2006-2007 Keith Packard
|
||||
2008 Danilo Segan
|
||||
2012 Google, Inc."
|
||||
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -57,7 +57,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="fontconfig-2.11.1.patchset"
|
||||
@@ -93,10 +93,13 @@ INSTALL()
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs libfontconfig
|
||||
fixPkgconfig
|
||||
|
||||
#devel package
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
$developDir \
|
||||
$manDir/man3 \
|
||||
$docDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
|
||||
Reference in New Issue
Block a user