pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/ghostscript make this build with jpeg-7 and the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4469d2c1685e
branches: trunk
changeset: 564560:4469d2c1685e
user: drochner <drochner%pkgsrc.org@localhost>
date: Mon Sep 07 10:07:38 2009 +0000
description:
make this build with jpeg-7 and the cups option again
diffstat:
print/ghostscript/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 1d0cc02c8f6a -r 4469d2c1685e print/ghostscript/Makefile
--- a/print/ghostscript/Makefile Mon Sep 07 10:02:13 2009 +0000
+++ b/print/ghostscript/Makefile Mon Sep 07 10:07:38 2009 +0000
@@ -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 @@
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")
Home |
Main Index |
Thread Index |
Old Index