summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authortv <tv>2004-03-29 02:24:11 +0000
committertv <tv>2004-03-29 02:24:11 +0000
commit8c5eee025165d65c0014e7f9756cef5320b4619e (patch)
tree1d8405de2ac5c580b4bb81f327c75f67398678a4 /pkgtools/pkg_install/Makefile
parent4524bb66902b74db45cb9d5ee656e7a9624e6907 (diff)
downloadpkgsrc-8c5eee025165d65c0014e7f9756cef5320b4619e.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: