Author: qboosh Date: Mon Oct 10 18:13:58 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - library doesn't need -lpopt (only tools)
---- Files affected: SOURCES: libnotify-link.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/libnotify-link.patch diff -u /dev/null SOURCES/libnotify-link.patch:1.1 --- /dev/null Mon Oct 10 20:13:58 2005 +++ SOURCES/libnotify-link.patch Mon Oct 10 20:13:53 2005 @@ -0,0 +1,11 @@ +--- libnotify-0.2.2/configure.ac.orig 2005-08-10 10:59:21.000000000 +0200 ++++ libnotify-0.2.2/configure.ac 2005-10-10 19:59:55.264344304 +0200 +@@ -87,7 +87,7 @@ + + AM_PROG_LIBTOOL + +-AC_CHECK_LIB([popt], [poptGetArg], , AC_MSG_ERROR([Popt is required])) ++AC_CHECK_LIB([popt], [poptGetArg], [:], AC_MSG_ERROR([Popt is required])) + + pkg_modules="glib-2.0 >= 2.2.2, dbus-1 >= 0.23, dbus-glib-1 >= 0.23" + PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
