WIP dix for sdl_mixer, but now back to undefined references trying to build playwave and platmus

This commit is contained in:
Scott McCreary
2013-12-22 03:47:31 -08:00
parent 4ddaf46945
commit 6293b2e658

View File

@@ -14,6 +14,8 @@ PROVIDES="
sdl_mixer$secondaryArchSuffix = $portVersion compat >= 1.2
lib:libSDL_mixer$secondaryArchSuffix = 1.2_0.12.0 compat >= 1.2_0
lib:libSDL_mixer_1.2$secondaryArchSuffix = 0.12.0 compat >= 0
cmd:playwave$secondaryArchSuffix
cmd:playmus$secondaryArchSuffix
"
REQUIRES="
@@ -25,7 +27,7 @@ REQUIRES="
lib:libvorbis$secondaryArchSuffix
lib:libogg$secondaryArchSuffix
lib:libmikmod$secondaryArchSuffix
# lib:libsmpeg$secondaryArchSuffix
lib:libsmpeg$secondaryArchSuffix
"
BUILD_REQUIRES="
@@ -37,7 +39,7 @@ BUILD_REQUIRES="
devel:libvorbis$secondaryArchSuffix
devel:libogg$secondaryArchSuffix
devel:libmikmod$secondaryArchSuffix
# devel:libsmpeg$secondaryArchSuffix
devel:libsmpeg$secondaryArchSuffix
"
BUILD_PREREQUIRES="
@@ -62,8 +64,9 @@ BUILD()
libtoolize --force --copy --install
aclocal --force --install -I acinclude
autoconf
runConfigure ./configure
make
runConfigure ./configure \
SMPEG_CONFIG=smpeg_config$secondaryArchSuffix
make $jobArgs
}
INSTALL()