Author: wiget Date: Sun Sep 17 13:40:26 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: dirty hack to build with OpenGL support
---- Files affected: SOURCES: crossfire-client-gl.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/crossfire-client-gl.patch diff -u /dev/null SOURCES/crossfire-client-gl.patch:1.1 --- /dev/null Sun Sep 17 15:40:26 2006 +++ SOURCES/crossfire-client-gl.patch Sun Sep 17 15:40:21 2006 @@ -0,0 +1,11 @@ +--- crossfire-client-1.9.1/configure.in.wiget 2006-06-25 09:40:29.000000000 +0200 ++++ crossfire-client-1.9.1/configure.in 2006-09-17 15:18:54.000000000 +0200 +@@ -42,7 +42,7 @@ + AC_SUBST(PACKAGE_LIBS) + AC_SUBST(INTLLIBS) + +-AC_CHECK_LIB(glut, main, OPENGL_LIBS="-lglut") ++AC_CHECK_LIB(glut, main, OPENGL_LIBS="-lglut -lGL") + AC_SUBST(OPENGL_LIBS) + if eval "test x$OPENGL_LIBS != x"; then + AC_DEFINE(HAVE_OPENGL) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
