summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoradrianp <adrianp>2009-02-22 11:08:20 +0000
committeradrianp <adrianp>2009-02-22 11:08:20 +0000
commitb19f0728e047ce5735cf742ce00ce1148f72e4db (patch)
tree08e33679ea3a33e79c91aad8b7f5b782d05f0fe3 /misc
parent75631a946a387c24c297f4122a09d6ee313da904 (diff)
downloadpkgsrc-b19f0728e047ce5735cf742ce00ce1148f72e4db.tar.gz
Remove work around for PR#40709 as pdksh has been fixed
Diffstat (limited to 'misc')
-rw-r--r--misc/php-mbstring/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/misc/php-mbstring/Makefile b/misc/php-mbstring/Makefile
index 9b7d7299b40..d53ba3d87b2 100644
--- a/misc/php-mbstring/Makefile
+++ b/misc/php-mbstring/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2009/02/21 12:56:12 adrianp Exp $
+# $NetBSD: Makefile,v 1.11 2009/02/22 11:08:20 adrianp Exp $
MODNAME= mbstring
CATEGORIES+= misc
@@ -12,13 +12,5 @@ USE_PHP_EXT_PATCHES= yes
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
-.include "../../mk/bsd.prefs.mk"
-
-# Work around for pdksh bug documented in PR#40709
-# This should work on at least SunOS 5.10 and 5.11
-.if ${OPSYS} == "SunOS"
-CONFIG_SHELL= /usr/bin/ksh
-.endif
-
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"