Fixed secondaryArchSuffix suport for smjpeg

This commit is contained in:
Scott McCreary
2013-12-19 02:17:17 -08:00
parent 8575152ed8
commit 5b4f986501

View File

@@ -14,8 +14,8 @@ PROVIDES="
smjpeg$secondaryArchSuffix = $portVersion compat >= 0
lib:libsmjpeg$secondaryArchSuffix = 0.2_0.0.2 compat >= 0.2_0
lib:libsmjpeg_0.2$secondaryArchSuffix = 0.0.2 compat >= 0
cmd:smjpeg_encode = $portVersion compat >= 0
cmd:smjpeg_decode = $portVersion compat >= 0
cmd:smjpeg_encode$secondaryArchSuffix = $portVersion compat >= 0
cmd:smjpeg_decode$secondaryArchSuffix = $portVersion compat >= 0
"
REQUIRES="
@@ -24,11 +24,11 @@ REQUIRES="
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libsdl$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix
cmd:libtoolize
cmd:aclocal