summaryrefslogtreecommitdiff
path: root/games/chanta/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'games/chanta/files/patch-configure')
-rw-r--r--games/chanta/files/patch-configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/chanta/files/patch-configure b/games/chanta/files/patch-configure
index 15b0d999b59e..3ba9c082eb1e 100644
--- a/games/chanta/files/patch-configure
+++ b/games/chanta/files/patch-configure
@@ -5,7 +5,7 @@
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lSDL $LIBS"
-+LIBS="`sdl11-config --libs` $LIBS"
++LIBS="`sdl-config --libs` $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -14,7 +14,7 @@
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lSDL_mixer $LIBS"
-+LIBS="-lSDL_mixer `sdl11-config --libs` $LIBS"
++LIBS="-lSDL_mixer `sdl-config --libs` $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -23,7 +23,7 @@
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lSDL_image $LIBS"
-+LIBS="-lSDL_image `sdl11-config --libs` $LIBS"
++LIBS="-lSDL_image `sdl-config --libs` $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF