summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-08-20 02:53:52 +0000
committerhubertf <hubertf@pkgsrc.org>2001-08-20 02:53:52 +0000
commit886c5963d82cb005d72afff14275356b3b9efc48 (patch)
tree5c7c2e9477747e9f80e61018560388ad799f08d7 /devel
parentb4aca44532961355dbc4cd745722fb86d5186869 (diff)
downloadpkgsrc-886c5963d82cb005d72afff14275356b3b9efc48.tar.gz
Make this build again:
After the distfile was silently changed, CPPFLAGS needs to be undefined in addition to CFLAGS for this to build.
Diffstat (limited to 'devel')
-rw-r--r--devel/lclint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/lclint/Makefile b/devel/lclint/Makefile
index 3d9ca204b44..73d369cc321 100644
--- a/devel/lclint/Makefile
+++ b/devel/lclint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 14:38:33 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/08/20 02:53:52 hubertf Exp $
#
VERSION= 2.5q
@@ -17,6 +17,6 @@ GNU_CONFIGURE= YES
PLIST_SUBST+= VERSION=${VERSION}
do-build:
- cd ${WRKSRC}; unset CFLAGS; ${GMAKE}
+ cd ${WRKSRC}; unset CFLAGS CPPFLAGS; ${MAKE_PROGRAM}
.include "../../mk/bsd.pkg.mk"