ports/devel/pcre2/files/patch-deps_sljit_sljit__src_sljitConfigInternal.h
2025-02-06 10:40:08 +01:00

11 lines
461 B
C

--- deps/sljit/sljit_src/sljitConfigInternal.h.orig 2025-02-06 07:15:34 UTC
+++ deps/sljit/sljit_src/sljitConfigInternal.h
@@ -255,7 +255,7 @@ extern "C" {
* system provided method that should be defined below is used
* instead.
*/
-#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) && !defined(__clang__)
/*