aboutsummaryrefslogtreecommitdiffstats
path: root/community/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 /community/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 'community/libkeyfinder/add-missing-include-for-ppc64le.patch')
-rw-r--r--community/libkeyfinder/add-missing-include-for-ppc64le.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/libkeyfinder/add-missing-include-for-ppc64le.patch b/community/libkeyfinder/add-missing-include-for-ppc64le.patch
new file mode 100644
index 0000000000..3ef2851f86
--- /dev/null
+++ b/community/libkeyfinder/add-missing-include-for-ppc64le.patch
@@ -0,0 +1,13 @@
+--- 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;