ports/graphics/xpdf4/files/patch-aconf.h.in
Cy Schubert 408fb4e129 Add a printer output option, providing a menu item to print
to file or hardcopy.

Note: xpdf4 only supports printing to CUPS.

PR:		222283
2017-09-18 19:45:46 +00:00

12 lines
264 B
C

--- aconf.h.in.orig 2017-08-08 16:22:50.000000000 -0700
+++ aconf.h.in 2017-09-17 20:40:48.183421000 -0700
@@ -110,4 +110,9 @@
*/
#cmakedefine01 BUILDING_XPDFREADER
+/*
+ * Defined when print option selected
+ */
+#cmakedefine01 XPDFWIDGET_PRINTING
+
#endif