pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/php-mbstring Remove work around for PR#40709 as p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fff91f68467
branches:  trunk
changeset: 554886:7fff91f68467
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Feb 22 11:08:20 2009 +0000

description:
Remove work around for PR#40709 as pdksh has been fixed

diffstat:

 misc/php-mbstring/Makefile |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (23 lines):

diff -r df95054c9a94 -r 7fff91f68467 misc/php-mbstring/Makefile
--- a/misc/php-mbstring/Makefile        Sun Feb 22 07:37:50 2009 +0000
+++ b/misc/php-mbstring/Makefile        Sun Feb 22 11:08:20 2009 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index