summaryrefslogtreecommitdiff
path: root/print/ghostscript
diff options
context:
space:
mode:
authordrochner <drochner>2009-09-07 10:07:38 +0000
committerdrochner <drochner>2009-09-07 10:07:38 +0000
commit4a0191b293a2fdd072d11ffc97927408b36c6d95 (patch)
treea3a9699d331eb61ec8f85d94aafe706dce4552c8 /print/ghostscript
parentf6ccef3aa689245800810cbf9175a5d0f82faaa3 (diff)
downloadpkgsrc-4a0191b293a2fdd072d11ffc97927408b36c6d95.tar.gz
make this build with jpeg-7 and the cups option again
Diffstat (limited to 'print/ghostscript')
-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")