diff options
author | rh <rh> | 2000-07-31 09:09:57 +0000 |
---|---|---|
committer | rh <rh> | 2000-07-31 09:09:57 +0000 |
commit | 320be0840d79f323fb618e2f2e92a4423bf6a430 (patch) | |
tree | ef73c216e02c7737f7f40a1ae75e11c53be36f34 /net | |
parent | 9095c8f99cf3e93ad24c1037bb15efee80aae354 (diff) | |
download | pkgsrc-320be0840d79f323fb618e2f2e92a4423bf6a430.tar.gz |
Include ${WRKSRC}/include first to avoid picking up random crap from
${PKGSRC}/include.
Diffstat (limited to 'net')
-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" |