From 4a9ed75a86a761dff8c3720dd0364bfc49d146e8 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 12 Jan 2001 23:33:38 +0000 Subject: Add CPPFLAGS to the configure environment so -Dunix gets passed throughi correctly. --- devel/bison/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel/bison/Makefile') 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" -- cgit v1.2.3