From a03b03e9658fd6b623bfc7fb41656cf52ba405c2 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 11 Jul 2008 11:27:24 +0000 Subject: Don't force /bin/sh on Solaris, we want the bootstrap shell. Bump revision. From Dieter Baron. --- devel/libtool-base/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'devel') diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index 81d7b40d10f..b161ec7c3d6 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2008/04/12 22:42:59 jlam Exp $ +# $NetBSD: Makefile,v 1.83 2008/07/11 11:27:24 joerg Exp $ ########################################################################### ########################################################################### @@ -26,7 +26,7 @@ .include "../../devel/libtool/Makefile.common" PKGNAME= ${DISTNAME:S/-/-base-/} -PKGREVISION= 5 +PKGREVISION= 6 SVR4_PKGNAME= ltoob COMMENT= Generic shared library support script (the script itself) @@ -55,12 +55,6 @@ CONFIGURE_ARGS+= --disable-libtool-lock CONFIGURE_ARGS+= --disable-shared BUILD_SHLIBTOOL= NO . endif - -.elif ${OPSYS} == "SunOS" -# force the use of /bin/sh on Solaris because under some conditions, -# it causes ksh to dump core; see PR pkg/32886. -CONFIG_SHELL= /bin/sh - .endif CONFIGURE_ARGS+= --disable-ltdl-install -- cgit v1.2.3