summaryrefslogtreecommitdiff
path: root/textproc/php52-xml/files
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-03-01 00:06:29 +0000
committerRene Ladan <rene@FreeBSD.org>2014-03-01 00:06:29 +0000
commitef50dbb213487797f1a2d9f4d0d5636f98bb3894 (patch)
treea82aa9cd34a90c5daecd9ec479f5a85b36141796 /textproc/php52-xml/files
parent- Fix build with clang (diff)
PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, time
to say goodbye. Upstream unsupported it since 2011-01-06 (see http://php.net/eol.php ) Strip PHP 5.2 out of Mk/bsd.php.mk
Diffstat (limited to 'textproc/php52-xml/files')
-rw-r--r--textproc/php52-xml/files/patch-compat.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/php52-xml/files/patch-compat.c b/textproc/php52-xml/files/patch-compat.c
deleted file mode 100644
index 8265e24959ad..000000000000
--- a/textproc/php52-xml/files/patch-compat.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- ext/xml/compat.c.orig Tue Jul 20 10:55:02 2004
-+++ ext/xml/compat.c Tue Jul 20 10:55:55 2004
-@@ -16,6 +16,10 @@
- +----------------------------------------------------------------------+
- */
-
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
- #include "php.h"
- #if defined(HAVE_LIBXML) && defined(HAVE_XML) && !defined(HAVE_LIBEXPAT)
- #include "expat_compat.h"