Tue Dec 6 19:54:46 2011 UTC ()
Fix build with newer CUPS


(joerg)
diff -r1.7 -r1.8 pkgsrc/graphics/flphoto/distinfo
diff -r0 -r1.1 pkgsrc/graphics/flphoto/patches/patch-Fl__Print__Dialog2.cxx

cvs diff -r1.7 -r1.8 pkgsrc/graphics/flphoto/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/flphoto/Attic/distinfo 2011/07/08 20:48:28 1.7
+++ pkgsrc/graphics/flphoto/Attic/distinfo 2011/12/06 19:54:46 1.8
@@ -1,9 +1,10 @@ @@ -1,9 +1,10 @@
1$NetBSD: distinfo,v 1.7 2011/07/08 20:48:28 wiz Exp $ 1$NetBSD: distinfo,v 1.8 2011/12/06 19:54:46 joerg Exp $
2 2
3SHA1 (flphoto-1.2-source.tar.bz2) = 634cdbf80690b96009fb1c2952f0dff3733710ba 3SHA1 (flphoto-1.2-source.tar.bz2) = 634cdbf80690b96009fb1c2952f0dff3733710ba
4RMD160 (flphoto-1.2-source.tar.bz2) = 1a9d574182a1f21f44493fa5e6f39d58c0d6c2a1 4RMD160 (flphoto-1.2-source.tar.bz2) = 1a9d574182a1f21f44493fa5e6f39d58c0d6c2a1
5Size (flphoto-1.2-source.tar.bz2) = 501459 bytes 5Size (flphoto-1.2-source.tar.bz2) = 501459 bytes
 6SHA1 (patch-Fl__Print__Dialog2.cxx) = c0f58db8a5984ebd6e0eac7c88aef762631b0874
6SHA1 (patch-aa) = 0a47885db0284d770c10db8d1dcc3c315df85dbc 7SHA1 (patch-aa) = 0a47885db0284d770c10db8d1dcc3c315df85dbc
7SHA1 (patch-ab) = f4d9616afa1e83e6e43cf84f1dfdf670a5ab7dd3 8SHA1 (patch-ab) = f4d9616afa1e83e6e43cf84f1dfdf670a5ab7dd3
8SHA1 (patch-ac) = b80af462911c719a9bfea7ad778e77ac5e760da9 9SHA1 (patch-ac) = b80af462911c719a9bfea7ad778e77ac5e760da9
9SHA1 (patch-image.cxx) = a8bea3d8ccfd9ad62e3a36320b02a8736bbfa9da 10SHA1 (patch-image.cxx) = a8bea3d8ccfd9ad62e3a36320b02a8736bbfa9da

File Added: pkgsrc/graphics/flphoto/patches/Attic/patch-Fl__Print__Dialog2.cxx
$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