diff options
author | tv <tv@pkgsrc.org> | 2004-10-04 19:48:09 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-04 19:48:09 +0000 |
commit | 4bee2600f956ad964d682ae8855942e15424eba5 (patch) | |
tree | 6b672a7e4118d615f6a53dc75af8ea7a764d1743 /mk | |
parent | b339673bccd8b378ee3ca42f66d7b772980b7fec (diff) | |
download | pkgsrc-4bee2600f956ad964d682ae8855942e15424eba5.tar.gz |
Fix completely hosed test for g++ when CXX=g++. The old test worked fine.
Revert until the hosage is tracked down and eliminated at the source.
(Bump to libtool-1.5.10nb1, and make this the required version.)
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index f0967225f7f..7d0fd06bed7 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1506 2004/10/03 04:24:20 hira Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1507 2004/10/04 19:48:09 tv Exp $ # # This file is in the public domain. # @@ -390,7 +390,7 @@ CONFIGURE_ENV+= install_sh=${INSTALL:Q} .if defined(_OPSYS_LIBTOOL_REQD) LIBTOOL_REQD= ${_OPSYS_LIBTOOL_REQD} .else -LIBTOOL_REQD?= 1.5.10 +LIBTOOL_REQD?= 1.5.10nb1 .endif # # PKG_LIBTOOL is the path to the libtool script installed by libtool-base. |