diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-10-21 07:30:32 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-10-21 07:30:32 +0000 |
commit | 87a09e788fd713fb5c314f2fa9d9134fef902401 (patch) | |
tree | 2fb06aa538d7e0beddd857fc446f090c3bb788b8 /net/php55-xmlrpc/files | |
parent | Unlink expired PHP5.5 ports. (diff) |
Remove expired PHP5.5 ports.
Notes
Notes:
svn path=/head/; revision=424382
Diffstat (limited to 'net/php55-xmlrpc/files')
-rw-r--r-- | net/php55-xmlrpc/files/patch-config.m4 | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net/php55-xmlrpc/files/patch-config.m4 b/net/php55-xmlrpc/files/patch-config.m4 deleted file mode 100644 index d2dc85f26a48..000000000000 --- a/net/php55-xmlrpc/files/patch-config.m4 +++ /dev/null @@ -1,23 +0,0 @@ ---- 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 |