diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-02-22 11:08:20 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-02-22 11:08:20 +0000 |
commit | 64a32f2258c5b770b2d364383af56e175fdd44c6 (patch) | |
tree | 08e33679ea3a33e79c91aad8b7f5b782d05f0fe3 | |
parent | 954184fd74bd103f4aab116872f2102ab0224e3d (diff) | |
download | pkgsrc-64a32f2258c5b770b2d364383af56e175fdd44c6.tar.gz |
Remove work around for PR#40709 as pdksh has been fixed
-rw-r--r-- | misc/php-mbstring/Makefile | 10 |
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" |