summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-09-07 10:07:38 +0000
committerdrochner <drochner@pkgsrc.org>2009-09-07 10:07:38 +0000
commit8f7cd2c6ee426ac8191a7eb79a4a867d42c5f22c (patch)
treea3a9699d331eb61ec8f85d94aafe706dce4552c8 /print
parent4517504e655f246005589b9119e9ba8a22893c97 (diff)
downloadpkgsrc-8f7cd2c6ee426ac8191a7eb79a4a867d42c5f22c.tar.gz
make this build with jpeg-7 and the cups option again
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile
index 0b1b35948f4..b1740310fe7 100644
--- a/print/ghostscript/Makefile
+++ b/print/ghostscript/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2009/09/02 15:59:06 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2009/09/07 10:07:38 drochner Exp $
DISTNAME= ghostscript-8.70
CATEGORIES= print
@@ -29,6 +29,10 @@ REPLACE_PERL+= lib/fixmswrd.pl
GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/${PKGVERSION}/Resource
+# XXX make sure the local jpeg headers are found before those pulled
+# in indirectly by cups bl3
+CPPFLAGS+= -Ijpeg
+
.include "../../mk/bsd.prefs.mk"
.if defined(PAPERSIZE) && (${PAPERSIZE} == "A4" || ${PAPERSIZE} == "a4")