aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libkeyfinder/add-missing-include-for-ppc64le.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libkeyfinder/add-missing-include-for-ppc64le.patch')
-rw-r--r--testing/libkeyfinder/add-missing-include-for-ppc64le.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/libkeyfinder/add-missing-include-for-ppc64le.patch b/testing/libkeyfinder/add-missing-include-for-ppc64le.patch
deleted file mode 100644
index 3ef2851f86..0000000000
--- a/testing/libkeyfinder/add-missing-include-for-ppc64le.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- libKeyFinder-2.2.1/fftadapter.cpp
-+++ libKeyFinder-2.2.1/fftadapter.cpp
-@@ -25,6 +25,10 @@
- #include <cmath>
- #include <fftw3.h>
-
-+#ifdef __powerpc64__
-+#include <string.h>
-+#endif
-+
- namespace KeyFinder {
-
- std::mutex fftwPlanMutex;