From 3902d8caddb6d07ae77347ad8906807fa4b8b117 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Wed, 7 Jun 2006 19:20:27 +0000 Subject: Pongix is a free game based on classical pong game with support for net game. WWW: http://www.losersjuegos.com.ar PR: ports/95390 Submitted by: Jose Alonso Cardenas Marquez Approved by: lawrance (mentor, implicit) --- games/pongix/files/patch-configure | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 games/pongix/files/patch-configure (limited to 'games/pongix/files/patch-configure') 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 + \ -- cgit v1.2.3