From c4e71c5e7a56600bcceba68cbed656ef7246e444 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 11 Jun 2001 06:34:17 +0000 Subject: 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. --- cad/gwave/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cad/gwave/Makefile') diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index 10ec17519d7..9597833cacd 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/16 13:46:23 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/06/11 06:34:19 jlam Exp $ # DISTNAME= gwave-20001123 @@ -16,7 +16,6 @@ GNU_CONFIGURE= YES # LDFLAGS to get -lreadline # CPPFLAGS to get -I${LOCALBASE}/include for readline/readline.h CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV+= LDFLAGS+="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" post-extract: ${CP} ${FILESDIR}/sp2sp.1 ${WRKSRC}/doc/sp2sp.1 -- cgit v1.2.3