mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
gd: fix build with libvpx3.
* fix libgd provides version.
This commit is contained in:
@@ -7,9 +7,11 @@ SOURCE_DIR="libgd-$portVersion"
|
||||
CHECKSUM_SHA256="9ada1ed45594abc998ebc942cef12b032fbad672e73efc22bc9ff54f5df2b285"
|
||||
COPYRIGHT="1999-2015 Pierre-Alain Joye"
|
||||
LICENSE="Libgd"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86"
|
||||
PATCHES="gd-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -27,7 +29,7 @@ PROVIDES="
|
||||
cmd:pngtogd$secondaryArchSuffix
|
||||
cmd:pngtogd2$secondaryArchSuffix
|
||||
cmd:webpng$secondaryArchSuffix
|
||||
lib:libgd$secondaryArchSuffix
|
||||
lib:libgd$secondaryArchSuffix = 3.0.0. compat >= 3
|
||||
"
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
@@ -44,7 +46,7 @@ REQUIRES="
|
||||
"
|
||||
PROVIDES_devel="
|
||||
gd${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libgd$secondaryArchSuffix = $portVersion
|
||||
devel:libgd$secondaryArchSuffix = 3.0.0. compat >= 3
|
||||
cmd:gdlib_config$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
@@ -97,6 +99,8 @@ INSTALL()
|
||||
rm $libDir/*.la
|
||||
prepareInstalledDevelLibs \
|
||||
libgd
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel \
|
||||
$developDir \
|
||||
$binDir/gdlib-config
|
||||
|
||||
Reference in New Issue
Block a user