mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
libmikmod: allow to use SDL output driver
Still get no sound, but at least it doesn't try to create "music.wav" files everywhere.
This commit is contained in:
@@ -17,9 +17,11 @@ PROVIDES="
|
||||
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
lib:libsdl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libsdl
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -40,7 +42,7 @@ BUILD()
|
||||
aclocal --install -I m4
|
||||
autoconf
|
||||
automake --add-missing
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --enable-sdl
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user