Fixed jansson recipe.

This commit is contained in:
Scott McCreary
2013-10-29 16:54:22 +00:00
parent dfeb21147d
commit 97bcc65064

View File

@@ -11,22 +11,24 @@ COPYRIGHT="2009-2013 Petri Lehtinen
REVISION="1" REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64" ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES=" PROVIDES="
jansson = $portVersion compat >= 2.5 jansson$secondaryArchSuffix = $portVersion compat >= 2
lib:libjansson = 4.5.0 compat >= 4 libjansson$secondaryArchSuffix = 4.5.0 compat >= 4
lib:libjansson$secondaryArchSuffix = 4.5.0 compat >= 4
" "
REQUIRES=" REQUIRES="
haiku haiku$secondaryArchSuffix >= $haikuVersion
" "
BUILD_REQUIRES=" BUILD_REQUIRES="
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
haiku_devel haiku${secondaryArchSuffix}_devel >= $haikuVersion
cmd:gcc cmd:gcc$secondaryArchSuffix
cmd:make cmd:make
" "
@@ -58,9 +60,11 @@ TEST()
} }
PROVIDES_devel=" PROVIDES_devel="
devel:libjansson = 4.5.0 compat >= 4 libjansson${secondaryArchSuffix}_devel = $portVersion
devel:jansson$secondaryArchSuffix = 4.5.0 compat >= 4
devel:libjansson$secondaryArchSuffix = 4.5.0 compat >= 4
" "
REQUIRES_devel=" REQUIRES_devel="
libjansson == $portVersion base libjansson$secondaryArchSuffix == 4.5.0 base
" "