Author: aredridel Date: Sat May 20 02:58:00 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - added
---- Files affected: SOURCES: g-wrap-glib2.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/g-wrap-glib2.patch diff -u /dev/null SOURCES/g-wrap-glib2.patch:1.1 --- /dev/null Sat May 20 04:58:00 2006 +++ SOURCES/g-wrap-glib2.patch Sat May 20 04:57:55 2006 @@ -0,0 +1,12 @@ +diff -ur g-wrap-1.9.6-o/configure.ac g-wrap-1.9.6/configure.ac +--- g-wrap-1.9.6-o/configure.ac 2005-04-14 08:57:01.000000000 -0600 ++++ g-wrap-1.9.6/configure.ac 2006-05-19 13:43:31.000000000 -0600 +@@ -95,7 +95,7 @@ + AM_CONDITIONAL(HAVE_SRFI_35, test "$HAVE_SRFI_35" = yes) + + dnl Check for optional libraries +-PKG_CHECK_MODULES(GLIB, glib, [have_glib=yes], [have_glib=no]) ++PKG_CHECK_MODULES(GLIB, glib2, [have_glib=yes], [have_glib=no]) + AM_CONDITIONAL(HAVE_GLIB, test "$have_glib" = yes) + + dnl Check for compiler flags and warnings. This should be last, since ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
