summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-10-04 19:48:09 +0000
committertv <tv@pkgsrc.org>2004-10-04 19:48:09 +0000
commit4bee2600f956ad964d682ae8855942e15424eba5 (patch)
tree6b672a7e4118d615f6a53dc75af8ea7a764d1743 /devel/libtool-base
parentb339673bccd8b378ee3ca42f66d7b772980b7fec (diff)
downloadpkgsrc-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 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index aeb177fbccd..1e76c2ef73d 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2004/10/03 00:13:31 tv Exp $
+# $NetBSD: Makefile,v 1.40 2004/10/04 19:48:10 tv Exp $
#
PKGNAME= ${DISTNAME:C/-/-base-/}
+PKGREVISION= 1
SVR4_PKGNAME= ltoob
COMMENT= Generic shared library support script (the script itself)
@@ -21,13 +22,15 @@ TEST_TARGET= check
.if ${OPSYS} == "NetBSD"
. if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so)
-CONFIGURE_ARGS= --disable-shared
+CONFIGURE_ARGS+= --disable-shared
BUILD_SHLIBTOOL= NO
. endif
.else
-CONFIGURE_ARGS= --enable-ltdl-install
+CONFIGURE_ARGS+= --enable-ltdl-install
.endif
+CONFIGURE_ARGS+= --with-tags=CXX,F77,GCJ
+
# The configure script persists in trying to find the path to ld, which
# always ends up in ${BUILDLINK_DIR}. Prevent it from caring.
#