summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-11 06:34:17 +0000
committerjlam <jlam@pkgsrc.org>2001-06-11 06:34:17 +0000
commitc4e71c5e7a56600bcceba68cbed656ef7246e444 (patch)
tree6b373d2a314b8d27a2d1f47c4cb173dc5c0d7a48 /print
parenta057ade2a392070aecc8ee511ae1cab01869b513 (diff)
downloadpkgsrc-c4e71c5e7a56600bcceba68cbed656ef7246e444.tar.gz
CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
Diffstat (limited to 'print')
-rw-r--r--print/gnome-print/Makefile3
-rw-r--r--print/xpp/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile
index 95881e9104e..ca8a1f23370 100644
--- a/print/gnome-print/Makefile
+++ b/print/gnome-print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2001/04/06 22:12:07 rh Exp $
+# $NetBSD: Makefile,v 1.38 2001/06/11 06:34:48 jlam Exp $
#
DISTNAME= gnome-print-0.28
@@ -21,7 +21,6 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gs
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
# override HOME to avoid trying to install ${HOME}/.gnome
MAKE_ENV+= HOME=${WRKSRC}
diff --git a/print/xpp/Makefile b/print/xpp/Makefile
index 00b76b90f92..9c16afd71cb 100644
--- a/print/xpp/Makefile
+++ b/print/xpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/06/11 02:05:14 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2001/06/11 06:34:48 jlam Exp $
DISTNAME= xpp-1.0
CATEGORIES= print x11
@@ -12,7 +12,6 @@ USE_X11= # defined
USE_GMAKE= # defined
GNU_CONFIGURE= # defined
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
.include "../../print/cups/buildlink.mk"
.include "../../x11/fltk/buildlink.mk"