components/php/php56/patches/ext-intl-config.m4.patch
branchs11-update
changeset 4418 7ae5fd823a4b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/php/php56/patches/ext-intl-config.m4.patch	Fri Jun 05 09:47:02 2015 -0700
@@ -0,0 +1,14 @@
+# Internal, probably not for upstream.
+# Removes gcc-specific compiler option.
+
+--- a/ext/intl/config.m4	Wed Apr 15 11:05:57 2015
++++ b/ext/intl/config.m4	Mon Apr 27 13:30:25 2015
+@@ -85,7 +85,7 @@
+     breakiterator/codepointiterator_internal.cpp \
+     breakiterator/codepointiterator_methods.cpp \
+     idn/idn.c \
+-    $icu_spoof_src, $ext_shared,,$ICU_INCS -Wno-write-strings)
++    $icu_spoof_src, $ext_shared,,$ICU_INCS)
+   PHP_ADD_BUILD_DIR($ext_builddir/collator)
+   PHP_ADD_BUILD_DIR($ext_builddir/converter)
+   PHP_ADD_BUILD_DIR($ext_builddir/common)