diff options
author | 2011-05-08 11:27:54 +0000 | |
---|---|---|
committer | 2011-05-08 11:27:54 +0000 | |
commit | 3f078f36c7bb8e569bd20cdbb05b7a33d3e5cf9c (patch) | |
tree | b474229faa68b025b4adedfb4efdd237af2b5d6b /net-print/libgnomecups/files | |
parent | Fix unpacking with handbook useflag. (diff) | |
download | historical-3f078f36c7bb8e569bd20cdbb05b7a33d3e5cf9c.tar.gz historical-3f078f36c7bb8e569bd20cdbb05b7a33d3e5cf9c.tar.bz2 historical-3f078f36c7bb8e569bd20cdbb05b7a33d3e5cf9c.zip |
Revision bump to fix pkgconfig file as noted by Alexis Ballier in bug #235013.
Package-Manager: portage-2.1.9.47/cvs/Linux x86_64
Diffstat (limited to 'net-print/libgnomecups/files')
-rw-r--r-- | net-print/libgnomecups/files/libgnomecups-0.2.3-pkgconfig.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-print/libgnomecups/files/libgnomecups-0.2.3-pkgconfig.patch b/net-print/libgnomecups/files/libgnomecups-0.2.3-pkgconfig.patch new file mode 100644 index 000000000000..8fe6502a6f38 --- /dev/null +++ b/net-print/libgnomecups/files/libgnomecups-0.2.3-pkgconfig.patch @@ -0,0 +1,10 @@ +--- 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@ |