diff options
author | drochner <drochner@pkgsrc.org> | 2011-12-19 11:14:25 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-12-19 11:14:25 +0000 |
commit | c32bdfab4111894e0aa81502b9c2c2cc83f1e5db (patch) | |
tree | f8c0fb9e65219fdc3782184677f65383c30fdfe1 /print | |
parent | 517aaa42beec3808675e54ee3e723bbc69b1ab32 (diff) | |
download | pkgsrc-c32bdfab4111894e0aa81502b9c2c2cc83f1e5db.tar.gz |
make this build with the "cups" option again
(missing header, likely due to recent cups update)
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomeprint/distinfo | 3 | ||||
-rw-r--r-- | print/libgnomeprint/patches/patch-ad | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo index 6078beeeb20..68ea18df2ca 100644 --- a/print/libgnomeprint/distinfo +++ b/print/libgnomeprint/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.31 2010/10/22 19:40:28 drochner Exp $ +$NetBSD: distinfo,v 1.32 2011/12/19 11:14:25 drochner Exp $ SHA1 (libgnomeprint-2.18.8.tar.bz2) = cfb77148923b24b1651982a21b3cb55e312ff6d5 RMD160 (libgnomeprint-2.18.8.tar.bz2) = 4f786ad61dc27177c350a5baa27cfc8b1140c32e @@ -6,3 +6,4 @@ Size (libgnomeprint-2.18.8.tar.bz2) = 880489 bytes SHA1 (patch-aa) = 73dffa07cb1218b41784563dc822c08b3455fd59 SHA1 (patch-ab) = 04499f4ce10315b894d85228588c24e9576f4df3 SHA1 (patch-ac) = 907b2ec2c194ae10d7fe7eea6e2e52a128b5ca14 +SHA1 (patch-ad) = c414b9176635c90b95764ca9291a14718f7cfa00 diff --git a/print/libgnomeprint/patches/patch-ad b/print/libgnomeprint/patches/patch-ad new file mode 100644 index 00000000000..0ee5ed03e92 --- /dev/null +++ b/print/libgnomeprint/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.3 2011/12/19 11:14:25 drochner Exp $ + +--- libgnomeprint/modules/cups/gnome-print-cups-transport.c.orig 2010-02-09 12:32:51.000000000 +0000 ++++ libgnomeprint/modules/cups/gnome-print-cups-transport.c +@@ -36,6 +36,7 @@ + #include <fcntl.h> + #include <unistd.h> + #include <locale.h> ++#include <stdio.h> + + #include <cups/cups.h> + #include <libgnomeprint/gnome-print.h> |