Added more support for secondaryArchSuffix in sdl libs

This commit is contained in:
Scott McCreary
2013-11-12 17:14:40 -08:00
parent 33860b3437
commit 97f653e057
5 changed files with 29 additions and 26 deletions

View File

@@ -13,7 +13,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
sdl_gfx$secondaryArchSuffix = $portVersion compat >= 2
lib:libSDL_gfx = 14.9.1 compat >= 14
lib:libSDL_gfx$secondaryArchSuffix = 14.9.1 compat >= 14
"
REQUIRES="
@@ -34,7 +34,7 @@ BUILD_PREREQUIRES="
cmd:libtool
cmd:make
cmd:pkg_config
cmd:sdl_config$secondaryArchSuffix
cmd:sdl_config
"
SOURCE_DIR="SDL_gfx-$portVersion"