Author: lisu Date: Mon Feb 16 11:07:07 2009 GMT Module: SOURCES Tag: HEAD ---- Log message: - add -lguichan_sdl to LIBS manually
---- Files affected: SOURCES: tmw-guichan_sdl.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/tmw-guichan_sdl.patch diff -u /dev/null SOURCES/tmw-guichan_sdl.patch:1.1 --- /dev/null Mon Feb 16 12:07:08 2009 +++ SOURCES/tmw-guichan_sdl.patch Mon Feb 16 12:07:02 2009 @@ -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])) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
