summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authortv <tv>2004-04-28 11:10:37 +0000
committertv <tv>2004-04-28 11:10:37 +0000
commitc1faee02ef3c8e85fa11602c8622ce0286c12268 (patch)
treed0dd7aab6604fe6ec298b52a3ec054c3397508f5 /pkgtools
parent3f55ab3570ce864b9eadc19020ad263620b798a8 (diff)
downloadpkgsrc-c1faee02ef3c8e85fa11602c8622ce0286c12268.tar.gz
Obey additional bits of CONFIGURE_ENV when configuring libnbcompat.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 62bbe610e07..ac4d7907ca4 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2004/04/09 18:38:12 tv Exp $
+# $NetBSD: Makefile,v 1.101 2004/04/28 11:10:37 tv Exp $
# Notes to package maintainers:
#
@@ -71,9 +71,8 @@ do-extract:
@${CP} -Rp ${FILESDIR} ${WRKSRC}
pre-configure:
- cd ${LIBNBCOMPAT_SRCDIR} && ${SETENV} \
- CC="${CC}" CPPFLAGS="${CPPFLAGS:M*}" ./configure && \
- ${MAKE_PROGRAM}
+ @cd ${LIBNBCOMPAT_SRCDIR} && ${SETENV} ${CONFIGURE_ENV:NLIBS=*} \
+ CC=${CC} CPPFLAGS=${CPPFLAGS:Q} ./configure && ${MAKE_PROGRAM}
post-install:
if [ ! -f ${PKG_DBDIR}/pkgdb.byfile.db ]; then \