opnsense-ports/lang/php84/files/patch-ext_pcre_php__pcre.h
Franco Fichtner fde8a0af29 */*: sync with upstream
Taken from: FreeBSD
2024-07-29 22:39:23 +02:00

11 lines
228 B
C

--- 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>