aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2014-07-16 20:36:14 +0000
committerFlorian Smeets <flo@FreeBSD.org>2014-07-16 20:36:14 +0000
commit63994e431eedef24cd4bc65cb4326a1909af0f82 (patch)
tree26eca0a5e2cb2f5c67f3f82a65b2378342f3ac4c /net
parent570600660fb6b458557bb440e2b95455a53328f3 (diff)
downloadports-63994e431eedef24cd4bc65cb4326a1909af0f82.tar.gz
ports-63994e431eedef24cd4bc65cb4326a1909af0f82.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/php53-xmlrpc/files/patch-config.m423
1 files changed, 23 insertions, 0 deletions
diff --git a/net/php53-xmlrpc/files/patch-config.m4 b/net/php53-xmlrpc/files/patch-config.m4
new file mode 100644
index 000000000000..098855a191dd
--- /dev/null
+++ b/net/php53-xmlrpc/files/patch-config.m4
@@ -0,0 +1,23 @@
+--- config.m4.orig 2014-05-15 08:00:57.801291749 +0000
++++ config.m4 2014-05-15 08:01:40.161014307 +0000
+@@ -61,11 +61,9 @@
+ 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 @@
+ 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