diff options
Diffstat (limited to 'net/php53-xmlrpc')
-rw-r--r-- | net/php53-xmlrpc/Makefile | 9 | ||||
-rw-r--r-- | net/php53-xmlrpc/files/patch-config.m4 | 23 |
2 files changed, 0 insertions, 32 deletions
diff --git a/net/php53-xmlrpc/Makefile b/net/php53-xmlrpc/Makefile deleted file mode 100644 index a48877f37e6a..000000000000 --- a/net/php53-xmlrpc/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php53 - -PKGNAMESUFFIX= -xmlrpc - -.include "${MASTERDIR}/Makefile" diff --git a/net/php53-xmlrpc/files/patch-config.m4 b/net/php53-xmlrpc/files/patch-config.m4 deleted file mode 100644 index 098855a191dd..000000000000 --- a/net/php53-xmlrpc/files/patch-config.m4 +++ /dev/null @@ -1,23 +0,0 @@ ---- 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 |