summaryrefslogtreecommitdiff
path: root/net/coda5_client
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-07-31 09:09:57 +0000
committerrh <rh@pkgsrc.org>2000-07-31 09:09:57 +0000
commitb33a4aea14ac7ec955b089955ba535a3795df251 (patch)
treeef73c216e02c7737f7f40a1ae75e11c53be36f34 /net/coda5_client
parent9a4e3c48c154023a8b457e1ec28e0fd7c10295f2 (diff)
downloadpkgsrc-b33a4aea14ac7ec955b089955ba535a3795df251.tar.gz
Include ${WRKSRC}/include first to avoid picking up random crap from
${PKGSRC}/include.
Diffstat (limited to 'net/coda5_client')
-rw-r--r--net/coda5_client/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile
index 5f9aacda614..e2a66ce7aca 100644
--- a/net/coda5_client/Makefile
+++ b/net/coda5_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2000/07/27 00:25:10 phil Exp $
+# $NetBSD: Makefile,v 1.24 2000/07/31 09:09:57 rh Exp $
#
DISTNAME= coda-5.3.5
@@ -23,4 +23,7 @@ USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${WRKSRC}/include"
+CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${WRKSRC}/include"
+
.include "../../mk/bsd.pkg.mk"