diff options
author | jlam <jlam> | 2001-06-11 06:34:17 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-11 06:34:17 +0000 |
commit | 01b416b8957e91c09a5635c805d763d5b74e4b31 (patch) | |
tree | 6b373d2a314b8d27a2d1f47c4cb173dc5c0d7a48 /textproc | |
parent | 26569759863a8ddd7fa067f67fc02d52b894a43b (diff) | |
download | pkgsrc-01b416b8957e91c09a5635c805d763d5b74e4b31.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 'textproc')
-rw-r--r-- | textproc/catdoc/Makefile | 3 | ||||
-rw-r--r-- | textproc/icu/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml/Makefile | 3 | ||||
-rw-r--r-- | textproc/urlview/Makefile | 3 |
4 files changed, 4 insertions, 9 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index 60a2e1b1389..1d5ed9cf5a6 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/05/08 16:12:07 agc Exp $ +# $NetBSD: Makefile,v 1.20 2001/06/11 06:34:52 jlam Exp $ # DISTNAME= catdoc-0.91.4 @@ -17,6 +17,5 @@ USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libdir=${PREFIX}/share CPPFLAGS+= -Dunix -D__unix -MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index c16407cbf00..81e4ad663dd 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/22 08:18:40 skrll Exp $ +# $NetBSD: Makefile,v 1.7 2001/06/11 06:34:52 jlam Exp $ # DISTNAME= icu-1.7 @@ -21,8 +21,6 @@ CONFIGURE_ARGS+= --disable-threads CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" - pre-configure: ${CHMOD} u+rx ${WRKSRC}/configure diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index da85dc4c7d6..bf4095f5503 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/06/11 02:05:15 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2001/06/11 06:34:52 jlam Exp $ # DISTNAME= libxml-1.8.13 @@ -11,7 +11,6 @@ HOMEPAGE= http://xmlsoft.org/ COMMENT= XML parser, mainly used by the GNOME project GNU_CONFIGURE= YES -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index 1ee236b4f51..1abe905f95c 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:37:55 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/11 06:34:52 jlam Exp $ DISTNAME= urlview-0.9 CATEGORIES= textproc @@ -16,7 +16,6 @@ DEPENDS+= ncurses>=5.0:../../devel/ncurses #REPLACE_NCURSES= ${WRKSRC}/configure ${WRKSRC}/enter.h ${WRKSRC}/urlview.c GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" CPPFLAGS= -I${LOCALBASE}/include .include "../../mk/bsd.pkg.mk" |