summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-01-12 23:33:38 +0000
committerjlam <jlam@pkgsrc.org>2001-01-12 23:33:38 +0000
commitf3ae7f100b3d1121361b668026c148af58b8a0e5 (patch)
treeb3dc0fe139b7d9bebf7d625b1dcc9cca5510025d /devel
parent96d633fa06cb3abb124414e04425e5bc5d121e78 (diff)
downloadpkgsrc-f3ae7f100b3d1121361b668026c148af58b8a0e5.tar.gz
Add CPPFLAGS to the configure environment so -Dunix gets passed throughi
correctly.
Diffstat (limited to 'devel')
-rw-r--r--devel/bison/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index f91af1e7ac8..e18618d3357 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2000/11/09 14:26:33 itojun Exp $
+# $NetBSD: Makefile,v 1.16 2001/01/12 23:33:38 jlam Exp $
DISTNAME= bison-1.28
CATEGORIES= devel
@@ -16,5 +16,6 @@ INFO_FILES= bison.info
USE_LIBINTL= YES
CPPFLAGS+= -Dunix # for $TMPDIR parsing
CONFIGURE_ARGS+=--without-included-gettext
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
.include "../../mk/bsd.pkg.mk"