summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-03-29 02:24:11 +0000
committertv <tv@pkgsrc.org>2004-03-29 02:24:11 +0000
commit1ccbfa9d6c88fd8902aae0114406c910e5a9ebab (patch)
tree1d8405de2ac5c580b4bb81f327c75f67398678a4 /pkgtools/pkg_install/Makefile
parent2f49208baa8b9e53dbe96155bf579790d19b60d7 (diff)
downloadpkgsrc-1ccbfa9d6c88fd8902aae0114406c910e5a9ebab.tar.gz
Obey CPPFLAGS.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 31f7e9bb9e3..0d9d33f0b7a 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2004/03/28 02:26:42 grant Exp $
+# $NetBSD: Makefile,v 1.99 2004/03/29 02:24:11 tv Exp $
# Notes to package maintainers:
#
@@ -69,7 +69,8 @@ do-extract:
@${CP} -Rp ${FILESDIR} ${WRKSRC}
pre-configure:
- cd ${LIBNBCOMPAT_SRCDIR} && ${SETENV} CC="${CC}" ./configure && \
+ cd ${LIBNBCOMPAT_SRCDIR} && ${SETENV} \
+ CC="${CC}" CPPFLAGS="${CPPFLAGS:M*}" ./configure && \
${MAKE_PROGRAM}
post-install: