diff --git a/devel/fccf/files/patch-source_searcher.hpp b/devel/fccf/files/patch-source_searcher.hpp new file mode 100644 index 000000000000..dda6fa68bcdb --- /dev/null +++ b/devel/fccf/files/patch-source_searcher.hpp @@ -0,0 +1,12 @@ +--- source/searcher.hpp.orig 2022-08-27 09:05:01 UTC ++++ source/searcher.hpp +@@ -18,7 +18,9 @@ + #define FMT_HEADER_ONLY 1 + #include + #include ++#if defined(__x86_64__) || defined (__i386__) + #include ++#endif + #include + #include + diff --git a/devel/fccf/files/patch-source_sse2__strstr.cpp b/devel/fccf/files/patch-source_sse2__strstr.cpp new file mode 100644 index 000000000000..d16b6f745b5d --- /dev/null +++ b/devel/fccf/files/patch-source_sse2__strstr.cpp @@ -0,0 +1,12 @@ +--- source/sse2_strstr.cpp.orig 2022-08-27 09:05:40 UTC ++++ source/sse2_strstr.cpp +@@ -2,7 +2,9 @@ + #include + + #include ++#if defined(__x86_64__) || defined (__i386__) + #include ++#endif + #include + + #define FORCE_INLINE inline __attribute__((always_inline))