mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
sdl2_mixer: Add sdl2_mixer recipe
This commit is contained in:
13
media-libs/sdl2_mixer/patches/sdl2_mixer-2.0.0.patch
Normal file
13
media-libs/sdl2_mixer/patches/sdl2_mixer-2.0.0.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/configure.in b/configure.in
|
||||
index f71c002..cd41fc0 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -493,7 +493,7 @@ if test x$enable_music_ogg = xyes; then
|
||||
fi
|
||||
else
|
||||
AC_CHECK_HEADER([vorbis/vorbisfile.h], [have_ogg_hdr=yes])
|
||||
- AC_CHECK_LIB([vorbisfile -lvorbis -logg -lm], [ov_open_callbacks], [have_ogg_lib=yes])
|
||||
+ AC_CHECK_LIB([vorbisfile -lvorbis -logg], [ov_open_callbacks], [have_ogg_lib=yes])
|
||||
if test x$have_ogg_hdr = xyes -a x$have_ogg_lib = xyes; then
|
||||
case "$host" in
|
||||
*-*-darwin*)
|
||||
Reference in New Issue
Block a user