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
commit44f9473170cda56c7baa3eb337f4a1e786e0f131 (patch)
treed0dd7aab6604fe6ec298b52a3ec054c3397508f5 /pkgtools
parent590013245b48fabf28485fb91fbcc942834148af (diff)
downloadpkgsrc-44f9473170cda56c7baa3eb337f4a1e786e0f131.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 \