aboutsummaryrefslogtreecommitdiff
path: root/games/chanta/files/patch-configure
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-06 19:02:56 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-06 19:02:56 +0000
commit00f38b60057cb1d58cff24be6b2ca0f0d643c0df (patch)
tree4de7a12d10f414278bab5e5dac7a9b2f6e25f371 /games/chanta/files/patch-configure
parent4495ee62ba905dc9915631f74a55df514d753452 (diff)
Notes
Diffstat (limited to 'games/chanta/files/patch-configure')
-rw-r--r--games/chanta/files/patch-configure29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/chanta/files/patch-configure b/games/chanta/files/patch-configure
new file mode 100644
index 000000000000..15b0d999b59e
--- /dev/null
+++ b/games/chanta/files/patch-configure
@@ -0,0 +1,29 @@
+--- configure Mon Jul 18 16:01:00 2005
++++ configure Wed Apr 5 21:21:06 2006
+@@ -3357,7 +3357,7 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lSDL $LIBS"
++LIBS="`sdl11-config --libs` $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -3434,7 +3434,7 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lSDL_mixer $LIBS"
++LIBS="-lSDL_mixer `sdl11-config --libs` $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -3511,7 +3511,7 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lSDL_image $LIBS"
++LIBS="-lSDL_image `sdl11-config --libs` $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF