pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install Obey additional bits of CONFIGURE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3829ba3f8faa
branches:  trunk
changeset: 474390:3829ba3f8faa
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Apr 28 11:10:37 2004 +0000

description:
Obey additional bits of CONFIGURE_ENV when configuring libnbcompat.

diffstat:

 pkgtools/pkg_install/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 24494948ada5 -r 3829ba3f8faa pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Wed Apr 28 10:18:36 2004 +0000
+++ b/pkgtools/pkg_install/Makefile     Wed Apr 28 11:10:37 2004 +0000
@@ -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 @@
        @${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                  \



Home | Main Index | Thread Index | Old Index