diff options
author | jlam <jlam> | 2001-01-12 23:33:38 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-01-12 23:33:38 +0000 |
commit | 4a9ed75a86a761dff8c3720dd0364bfc49d146e8 (patch) | |
tree | b3dc0fe139b7d9bebf7d625b1dcc9cca5510025d /devel/bison | |
parent | 7f5852751af76cf2b17ba75adbb6ff5e57241c00 (diff) | |
download | pkgsrc-4a9ed75a86a761dff8c3720dd0364bfc49d146e8.tar.gz |
Add CPPFLAGS to the configure environment so -Dunix gets passed throughi
correctly.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 3 |
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" |