summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-07-11 11:27:24 +0000
committerjoerg <joerg@pkgsrc.org>2008-07-11 11:27:24 +0000
commita03b03e9658fd6b623bfc7fb41656cf52ba405c2 (patch)
tree6984c76a03eefff61e95be0ea30e3d2e4c77754a /devel
parentee5d97952dae9129d377d6c4617434fa6f2ec623 (diff)
downloadpkgsrc-a03b03e9658fd6b623bfc7fb41656cf52ba405c2.tar.gz
Don't force /bin/sh on Solaris, we want the bootstrap shell.
Bump revision. From Dieter Baron.
Diffstat (limited to 'devel')
-rw-r--r--devel/libtool-base/Makefile10
1 files changed, 2 insertions, 8 deletions
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