aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libkeyfinder/add-missing-include-for-ppc64le.patch
diff options
context:
space:
mode:
authorJean-Louis Fuchs <ganwell@fangorn.ch>2017-07-16 14:13:07 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-17 07:16:17 +0000
commit4ec12bc907c61b760a5e050ece50b9896068e8ca (patch)
tree7da64137b33f505e74902d67eb40999a7d2d99aa /testing/libkeyfinder/add-missing-include-for-ppc64le.patch
parent6cd63892c8438be7e16de83fac1bb931087ab7e1 (diff)
downloadaports-4ec12bc907c61b760a5e050ece50b9896068e8ca.tar.bz2
aports-4ec12bc907c61b760a5e050ece50b9896068e8ca.tar.xz
community/libkeyfinder: move from testing
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;