From 0c5156fd9b01f295afb710d825b0819d308701df Mon Sep 17 00:00:00 2001 From: lisu Date: Mon, 16 Feb 2009 11:07:02 +0000 Subject: [PATCH] - add -lguichan_sdl to LIBS manually Changed files: tmw-guichan_sdl.patch -> 1.1 --- tmw-guichan_sdl.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tmw-guichan_sdl.patch diff --git a/tmw-guichan_sdl.patch b/tmw-guichan_sdl.patch new file mode 100644 index 0000000..e1cf199 --- /dev/null +++ b/tmw-guichan_sdl.patch @@ -0,0 +1,12 @@ +--- tmw-0.0.28.1/configure.ac~ 2009-02-12 20:10:03.000000000 +0100 ++++ tmw-0.0.28.1/configure.ac 2009-02-16 11:34:13.000000000 +0100 +@@ -85,8 +85,7 @@ + AC_CHECK_LIB([SDL_mixer], [Mix_OpenAudio], , + AC_MSG_ERROR([ *** Unable to find SDL_mixer library (http://www.libsdl.org/projects/SDL_mixer/)])) + +-AC_CHECK_LIB([guichan_sdl], [gcnSDL], , +-AC_MSG_ERROR([ *** Unable to find Guichan SDL library (http://guichan.sf.net/)])) ++LIBS="$LIBS -lguichan_sdl" + + AC_CHECK_LIB(SDL_net, SDLNet_Init, , + AC_MSG_ERROR([ *** Unable to find SDL_net library])) -- 2.44.0