diff options
Diffstat (limited to 'net/coda5_client/Makefile')
-rw-r--r-- | net/coda5_client/Makefile | 5 |
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" |