mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18: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="
|
REQUIRES="
|
||||||
haiku${secondaryArchSuffix}
|
haiku${secondaryArchSuffix}
|
||||||
|
lib:libsdl
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
|
devel:libsdl
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
@@ -40,7 +42,7 @@ BUILD()
|
|||||||
aclocal --install -I m4
|
aclocal --install -I m4
|
||||||
autoconf
|
autoconf
|
||||||
automake --add-missing
|
automake --add-missing
|
||||||
runConfigure ./configure
|
runConfigure ./configure --enable-sdl
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user