summaryrefslogtreecommitdiff
path: root/textproc/php55-wddx/files/patch-config.m4
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-10-21 07:30:32 +0000
committerRene Ladan <rene@FreeBSD.org>2016-10-21 07:30:32 +0000
commit87a09e788fd713fb5c314f2fa9d9134fef902401 (patch)
tree2fb06aa538d7e0beddd857fc446f090c3bb788b8 /textproc/php55-wddx/files/patch-config.m4
parentUnlink expired PHP5.5 ports. (diff)
Remove expired PHP5.5 ports.
Notes
Notes: svn path=/head/; revision=424382
Diffstat (limited to 'textproc/php55-wddx/files/patch-config.m4')
-rw-r--r--textproc/php55-wddx/files/patch-config.m422
1 files changed, 0 insertions, 22 deletions
diff --git a/textproc/php55-wddx/files/patch-config.m4 b/textproc/php55-wddx/files/patch-config.m4
deleted file mode 100644
index 08787003b8f9..000000000000
--- a/textproc/php55-wddx/files/patch-config.m4
+++ /dev/null
@@ -1,22 +0,0 @@
---- config.m4.orig Mon Jul 26 09:05:10 2004
-+++ config.m4 Mon Jul 26 09:07:46 2004
-@@ -5,6 +5,9 @@
- PHP_ARG_ENABLE(wddx,whether to enable WDDX support,
- [ --enable-wddx Enable WDDX support.])
-
-+PHP_ARG_WITH(libxml-dir, libxml2 install dir,
-+[ --with-libxml-dir=<DIR> WDDX: libxml2 install prefix], no, no)
-+
- if test "$PHP_WDDX" != "no"; then
- if test "$ext_shared" != "yes" && test "$enable_xml" = "no"; then
- AC_MSG_WARN(Activating XML)
-@@ -12,4 +15,9 @@
- fi
- AC_DEFINE(HAVE_WDDX, 1, [ ])
- PHP_NEW_EXTENSION(wddx, wddx.c, $ext_shared)
-+
-+ PHP_SETUP_LIBXML(WDDX_SHARED_LIBADD, [
-+ ], [
-+ AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
-+ ])
- fi