summaryrefslogtreecommitdiff
path: root/graphics/flphoto/patches
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 /graphics/flphoto/patches
parentca89e43c7da1223d595c504572053aad409d0dbb (diff)
downloadpkgsrc-11efe6351282c9d2ac42ec4f6a98ce2a11b7aa11.tar.gz
Fix build with newer CUPS
Diffstat (limited to 'graphics/flphoto/patches')
-rw-r--r--graphics/flphoto/patches/patch-Fl__Print__Dialog2.cxx12
1 files changed, 12 insertions, 0 deletions
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
+
+