diff --git a/devel/pcre2/files/patch-sljit_sljitConfigInternal.h b/devel/pcre2/files/patch-src_sljit_sljitConfigInternal.h similarity index 76% rename from devel/pcre2/files/patch-sljit_sljitConfigInternal.h rename to devel/pcre2/files/patch-src_sljit_sljitConfigInternal.h index a8b0b81da719..96f61b289b02 100644 --- a/devel/pcre2/files/patch-sljit_sljitConfigInternal.h +++ b/devel/pcre2/files/patch-src_sljit_sljitConfigInternal.h @@ -1,11 +1,11 @@ ---- sljit/sljitConfigInternal.h.orig 2022-03-25 09:54:56 UTC -+++ sljit/sljitConfigInternal.h +--- src/sljit/sljitConfigInternal.h.orig 2022-03-25 09:54:56 UTC ++++ src/sljit/sljitConfigInternal.h @@ -283,7 +283,7 @@ /* 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) \