fixed libflac and probably sdl_mixer on x86.

This commit is contained in:
Scott McCreary
2013-12-18 18:39:31 -08:00
parent a225f624a0
commit 4410b9b2e2
2 changed files with 10 additions and 10 deletions

View File

@@ -49,10 +49,10 @@ BUILD_PREREQUIRES="
cmd:ld$secondaryArchSuffix
cmd:libtool
cmd:make
cmd:pkg_config
cmd:sdl_config
cmd:smpeg_config
cmd:libmikmod_config
cmd:pkg_config$secondaryArchSuffix
cmd:sdl_config$secondaryArchSuffix
cmd:smpeg_config$secondaryArchSuffix
cmd:libmikmod_config$secondaryArchSuffix
"
SOURCE_DIR="SDL_mixer-$portVersion"