summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-12-06 19:54:46 +0000
committerjoerg <joerg@pkgsrc.org>2011-12-06 19:54:46 +0000
commit11efe6351282c9d2ac42ec4f6a98ce2a11b7aa11 (patch)
tree8ba75e7620cfe2f1a0990fdd232f28cd5117dc42
parentca89e43c7da1223d595c504572053aad409d0dbb (diff)
downloadpkgsrc-11efe6351282c9d2ac42ec4f6a98ce2a11b7aa11.tar.gz
Fix build with newer CUPS
-rw-r--r--graphics/flphoto/distinfo3
-rw-r--r--graphics/flphoto/patches/patch-Fl__Print__Dialog2.cxx12
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/flphoto/distinfo b/graphics/flphoto/distinfo
index 2843f772898..17f1f8a2692 100644
--- a/graphics/flphoto/distinfo
+++ b/graphics/flphoto/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.7 2011/07/08 20:48:28 wiz Exp $
+$NetBSD: distinfo,v 1.8 2011/12/06 19:54:46 joerg Exp $
SHA1 (flphoto-1.2-source.tar.bz2) = 634cdbf80690b96009fb1c2952f0dff3733710ba
RMD160 (flphoto-1.2-source.tar.bz2) = 1a9d574182a1f21f44493fa5e6f39d58c0d6c2a1
Size (flphoto-1.2-source.tar.bz2) = 501459 bytes
+SHA1 (patch-Fl__Print__Dialog2.cxx) = c0f58db8a5984ebd6e0eac7c88aef762631b0874
SHA1 (patch-aa) = 0a47885db0284d770c10db8d1dcc3c315df85dbc
SHA1 (patch-ab) = f4d9616afa1e83e6e43cf84f1dfdf670a5ab7dd3
SHA1 (patch-ac) = b80af462911c719a9bfea7ad778e77ac5e760da9
diff --git a/graphics/flphoto/patches/patch-Fl__Print__Dialog2.cxx b/graphics/flphoto/patches/patch-Fl__Print__Dialog2.cxx
new file mode 100644
index 00000000000..68b59b9561c
--- /dev/null
+++ b/graphics/flphoto/patches/patch-Fl__Print__Dialog2.cxx
@@ -0,0 +1,12 @@
+$NetBSD: patch-Fl__Print__Dialog2.cxx,v 1.1 2011/12/06 19:54:46 joerg Exp $
+
+--- Fl_Print_Dialog2.cxx.orig 2011-12-06 15:56:14.000000000 +0000
++++ Fl_Print_Dialog2.cxx
+@@ -52,6 +52,7 @@
+
+ #ifdef HAVE_LIBCUPS
+ # include <cups/cups.h>
++# include <cups/ppd.h>
+ #endif // HAVE_LIBCUPS
+
+