aboutsummaryrefslogtreecommitdiff
path: root/lang/php85/files/patch-ext_pcre_php__pcre.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php85/files/patch-ext_pcre_php__pcre.h')
-rw-r--r--lang/php85/files/patch-ext_pcre_php__pcre.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/php85/files/patch-ext_pcre_php__pcre.h b/lang/php85/files/patch-ext_pcre_php__pcre.h
new file mode 100644
index 000000000000..56c6dc75f6e3
--- /dev/null
+++ b/lang/php85/files/patch-ext_pcre_php__pcre.h
@@ -0,0 +1,11 @@
+--- ext/pcre/php_pcre.h.orig 2024-07-28 11:55:02 UTC
++++ ext/pcre/php_pcre.h
+@@ -20,7 +20,7 @@
+ #ifdef HAVE_BUNDLED_PCRE
+ #include "pcre2lib/pcre2.h"
+ #else
+-#include "pcre2.h"
++#include <pcre2.h>
+ #endif
+
+ #include <locale.h>