slackbuilds_ponce/libraries/libgnomecups/patches/libgnomecups-0.2.3-pkgconfig.patch
dsomero fd47433796 libraries/libgnomecups: Added patches for glib and cups.
Patches pulled from gentoo to allow building with newer
  glib and cups.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-09-02 03:36:39 -04:00

10 lines
404 B
Diff

--- libgnomecups-1.0.pc.in~ 2007-01-02 01:18:51.000000000 +0100
+++ libgnomecups-1.0.pc.in 2011-05-08 13:21:35.000000000 +0200
@@ -7,5 +7,6 @@
Description: GNOME CUPS Library
Version: @VERSION@
Requires: glib-2.0 gobject-2.0
-Libs: -L${libdir} -lgnomecups-1.0 @CUPS_LIBS@
+Libs: -L${libdir} -lgnomecups-1.0
+Libs.private: -L${libdir} -lgnomecups-1.0 @CUPS_LIBS@
Cflags: -I${includedir} @CUPS_CFLAGS@