mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
This fix some additional errors on OSVERSION 1400093. Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
11 lines
463 B
C
11 lines
463 B
C
--- ext/pcre/pcre2lib/sljit/sljitConfigInternal.h.orig 2023-06-07 17:25:45 UTC
|
|
+++ ext/pcre/pcre2lib/sljit/sljitConfigInternal.h
|
|
@@ -317,7 +317,7 @@ extern "C" {
|
|
/* Instruction cache flush. */
|
|
/****************************/
|
|
|
|
-#if (!defined SLJIT_CACHE_FLUSH && defined __has_builtin)
|
|
+#if (!defined SLJIT_CACHE_FLUSH && defined __has_builtin && !defined SLJIT_CONFIG_PPC_32)
|
|
#if __has_builtin(__builtin___clear_cache)
|
|
|
|
#define SLJIT_CACHE_FLUSH(from, to) \
|