mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Fixed secondaryArchSuffix suport for smjpeg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user