From 687591dd75e7bc33dfeb597493d97e5baaf89f1d Mon Sep 17 00:00:00 2001 From: Torsten Zuehlsdorff Date: Thu, 16 Nov 2017 10:48:48 +0000 Subject: Add PHP 7.2 RC6 Notable changes: - mcrypt module was removed - sodium module was added - sybase_ct artifacts removed Also many PECL ports will not work with this version since some files got renamed. Reviewed by: mat, ale, Rainer Duffner Differential Revision: https://reviews.freebsd.org/D12980 --- .../php71-xmlrpc/files/patch-config.m4 | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 net/php72-xmlrpc/php71-xmlrpc/files/patch-config.m4 (limited to 'net/php72-xmlrpc/php71-xmlrpc/files/patch-config.m4') diff --git a/net/php72-xmlrpc/php71-xmlrpc/files/patch-config.m4 b/net/php72-xmlrpc/php71-xmlrpc/files/patch-config.m4 new file mode 100644 index 000000000000..d2dc85f26a48 --- /dev/null +++ b/net/php72-xmlrpc/php71-xmlrpc/files/patch-config.m4 @@ -0,0 +1,23 @@ +--- config.m4.orig 2014-04-29 08:04:30.000000000 +0000 ++++ config.m4 2014-05-15 08:04:00.883004682 +0000 +@@ -61,11 +61,9 @@ if test "$PHP_XMLRPC" != "no"; then + fi + fi + +- dnl if iconv is shared or missing then we should build iconv ourselves +- if test "$PHP_ICONV_SHARED" = "yes" || test "$PHP_ICONV" = "no"; then +- + if test "$PHP_ICONV_DIR" != "no"; then + PHP_ICONV=$PHP_ICONV_DIR ++ PHP_ADD_INCLUDE($PHP_ICONV_DIR/include) + fi + + if test -z "$PHP_ICONV" || test "$PHP_ICONV" = "no"; then +@@ -75,7 +73,6 @@ if test "$PHP_XMLRPC" != "no"; then + PHP_SETUP_ICONV(XMLRPC_SHARED_LIBADD, [], [ + AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library]) + ]) +- fi + fi + + if test "$PHP_XMLRPC" = "yes"; then -- cgit v1.2.3