summaryrefslogtreecommitdiff
path: root/textproc/php55-xml/files/patch-compat.c
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-xml/files/patch-compat.c
parentUnlink expired PHP5.5 ports. (diff)
Remove expired PHP5.5 ports.
Notes
Notes: svn path=/head/; revision=424382
Diffstat (limited to 'textproc/php55-xml/files/patch-compat.c')
-rw-r--r--textproc/php55-xml/files/patch-compat.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/php55-xml/files/patch-compat.c b/textproc/php55-xml/files/patch-compat.c
deleted file mode 100644
index 02125961b20c..000000000000
--- a/textproc/php55-xml/files/patch-compat.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- compat.c.orig Tue Jul 20 10:55:02 2004
-+++ 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"