diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-07 19:20:27 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-07 19:20:27 +0000 |
commit | 3902d8caddb6d07ae77347ad8906807fa4b8b117 (patch) | |
tree | 5e1bdbc23b4eb0874c0acd7c34429d0a2d63cfd5 /games/pongix/files/patch-configure | |
parent | 5916ca5af15ebdb4f74d0744a5a31e2408271f14 (diff) | |
download | ports-3902d8caddb6d07ae77347ad8906807fa4b8b117.tar.gz ports-3902d8caddb6d07ae77347ad8906807fa4b8b117.zip |
Notes
Diffstat (limited to 'games/pongix/files/patch-configure')
-rw-r--r-- | games/pongix/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/pongix/files/patch-configure b/games/pongix/files/patch-configure new file mode 100644 index 000000000000..d6e13f3e28d5 --- /dev/null +++ b/games/pongix/files/patch-configure @@ -0,0 +1,20 @@ +--- configure Sun Dec 25 16:08:14 2005 ++++ configure Wed Apr 5 21:28:25 2006 +@@ -2800,7 +2800,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 +@@ -2862,7 +2862,7 @@ + #define HAVE_LIBSDL 1 + _ACEOF + +- LIBS="-lSDL $LIBS" ++ LIBS="`sdl11-config --libs` $LIBS" + + else + \ |