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/7a9b268a8014
branches:  trunk
changeset: 398708:7a9b268a8014
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 38df623ab4f1 -r 7a9b268a8014 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