mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 07:40:07 +02:00
Fixed taglib-1.7.2.recipe so that it builds on gcc2, this might be the last version that will work on gcc2.
This commit is contained in:
@@ -8,15 +8,19 @@ LICENSE="GNU LGPL v2
|
||||
MPL v1.1
|
||||
"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
taglib$secondaryArchSuffix = $portVersion
|
||||
cmd:taglib_config
|
||||
lib:libtag$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
lib:libtag_c$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix} >= $haikuVersion
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -34,7 +38,12 @@ SOURCE_DIR="$portVersionedName"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake .
|
||||
mkdir -p $binDir
|
||||
cmake . -DINCLUDE_INSTALL_DIR=$includeDir \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=$prefix \
|
||||
-DBIN_INSTALL_DIR=$binDir \
|
||||
-DLIB_INSTALL_DIR=$developLibDir \
|
||||
-DLIB=$relativeLibDir
|
||||
make
|
||||
}
|
||||
|
||||
@@ -55,8 +64,8 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
taglib${secondaryArchSuffix}_devel = $portVersion compat >= 1.7
|
||||
devel:taglib$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
devel:libtag$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
devel:libtag_c$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
|
||||
Reference in New Issue
Block a user