summaryrefslogtreecommitdiff
path: root/textproc/php74-xml/files/patch-compat.c
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-25 13:34:18 -0600
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-25 13:36:42 -0600
commit0d310d700aa060b02feec9c7487893a983bf7098 (patch)
tree3d35d698e9c13e27e41a8cd9de8ff7839dcd7b66 /textproc/php74-xml/files/patch-compat.c
parentmail/dovecot: fix build (diff)
*/*php74*: Sunset php 7.4
As per upstream php 7.4 has reached it's EOL on 2022-11-22. Remove php74 from the tree. Default version of php has already been switched to 8.1. Approved by: portmgr (blanket infrastructure) Sponsored by: Bounce Experts
Diffstat (limited to 'textproc/php74-xml/files/patch-compat.c')
-rw-r--r--textproc/php74-xml/files/patch-compat.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/php74-xml/files/patch-compat.c b/textproc/php74-xml/files/patch-compat.c
deleted file mode 100644
index 02125961b20c..000000000000
--- a/textproc/php74-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"