diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-06 19:02:56 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-06 19:02:56 +0000 |
commit | 00f38b60057cb1d58cff24be6b2ca0f0d643c0df (patch) | |
tree | 4de7a12d10f414278bab5e5dac7a9b2f6e25f371 /games/chanta/files/patch-configure | |
parent | 4495ee62ba905dc9915631f74a55df514d753452 (diff) |
Notes
Diffstat (limited to 'games/chanta/files/patch-configure')
-rw-r--r-- | games/chanta/files/patch-configure | 29 |
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 |