summaryrefslogtreecommitdiff
path: root/print/gtklp
diff options
context:
space:
mode:
authorsbd <sbd>2011-11-20 08:29:37 +0000
committersbd <sbd>2011-11-20 08:29:37 +0000
commite7446127a86957332f30d8dca700123468e98edd (patch)
tree7f08c1c927859b43505c813eaa721f516d9c09af /print/gtklp
parentdca76f88f78a8e75605615a19933243867f8a937 (diff)
downloadpkgsrc-e7446127a86957332f30d8dca700123468e98edd.tar.gz
With cups-1.5 <cups/ppd.h> in no-longer include by <cups/cups.h>.
Diffstat (limited to 'print/gtklp')
-rw-r--r--print/gtklp/distinfo3
-rw-r--r--print/gtklp/patches/patch-gtklp_gtklp.h14
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>