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

@@ -37,8 +37,8 @@ BUILD_PREREQUIRES="
cmd:aclocal
cmd:automake
cmd:autoconf
cmd:gcc
cmd:ld
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:sdl_config
cmd:make
cmd:freetype_config
@@ -76,5 +76,5 @@ PROVIDES_devel="
"
REQUIRES_devel="
sdl_ttf$secondaryArchSuffix == $portVersion base
sdl_ttf$secondaryArchSuffix == $portVersion base
"