diff options
author | sbd <sbd@pkgsrc.org> | 2011-11-20 08:29:37 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-11-20 08:29:37 +0000 |
commit | 1c239e28375f6d711c668980de5e3227c92a311c (patch) | |
tree | 7f08c1c927859b43505c813eaa721f516d9c09af /print | |
parent | 3ed2595f33600a3bb187c975fe0fc90d15a3e75d (diff) | |
download | pkgsrc-1c239e28375f6d711c668980de5e3227c92a311c.tar.gz |
With cups-1.5 <cups/ppd.h> in no-longer include by <cups/cups.h>.
Diffstat (limited to 'print')
-rw-r--r-- | print/gtklp/distinfo | 3 | ||||
-rw-r--r-- | print/gtklp/patches/patch-gtklp_gtklp.h | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/print/gtklp/distinfo b/print/gtklp/distinfo index 0fbb45b2e7d..55d87b7ea6e 100644 --- a/print/gtklp/distinfo +++ b/print/gtklp/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2009/08/05 17:25:27 drochner Exp $ +$NetBSD: distinfo,v 1.4 2011/11/20 08:29:37 sbd Exp $ SHA1 (gtklp-1.2.7.src.tar.gz) = fa7fc0901016bb035d0fdf56e0984bf9728af1d4 RMD160 (gtklp-1.2.7.src.tar.gz) = 24aae020912b03565a7fccb317b9dab72ade2d51 Size (gtklp-1.2.7.src.tar.gz) = 739871 bytes +SHA1 (patch-gtklp_gtklp.h) = cca949838a59c20de2d4060d0b0b4d5525db778e diff --git a/print/gtklp/patches/patch-gtklp_gtklp.h b/print/gtklp/patches/patch-gtklp_gtklp.h new file mode 100644 index 00000000000..15e721b6769 --- /dev/null +++ b/print/gtklp/patches/patch-gtklp_gtklp.h @@ -0,0 +1,14 @@ +$NetBSD: patch-gtklp_gtklp.h,v 1.1 2011/11/20 08:29:37 sbd Exp $ + +With cups-1.5 <cups/ppd.h> in no-longer include by <cups/cups.h>. + +--- gtklp/gtklp.h.orig 2009-06-21 12:25:37.000000000 +0000 ++++ gtklp/gtklp.h +@@ -26,6 +26,7 @@ + + #include <gtk/gtk.h> + #include <cups/cups.h> ++#include <cups/ppd.h> + #include <cups/http.h> + + #include <defaults.h> |