aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-04 10:27:50 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-04 10:28:01 +0000
commit9c1bf7a26b476097ea8dd2729def3f837db891a0 (patch)
tree74d840dd9ccffbaf33132b11c3d82aa44c553fb8
parent85304f068188bc7caf0ab4de0b89220d2a2e5cd9 (diff)
downloadaports-9c1bf7a26b476097ea8dd2729def3f837db891a0.tar.bz2
aports-9c1bf7a26b476097ea8dd2729def3f837db891a0.tar.xz
testing/libkeyfinder: does not build on ppc64le yet
fftadapter.cpp: In constructor 'KeyFinder::FftAdapter::FftAdapter(unsigned int)': fftadapter.cpp:43:68: error: 'memset' was not declared in this scope memset(priv->outputComplex, 0, sizeof(fftw_complex) * frameSize);
-rw-r--r--testing/libkeyfinder/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libkeyfinder/APKBUILD b/testing/libkeyfinder/APKBUILD
index 2335c37f90..ad08f0a055 100644
--- a/testing/libkeyfinder/APKBUILD
+++ b/testing/libkeyfinder/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch>
pkgname=libkeyfinder
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Musical key detection for digital audio"
url="http://www.ibrahimshaath.co.uk/keyfinder/"
-arch="all"
+arch="all !ppc64le" #does not build on ppc64le yet
license="GPL"
# Its just using qmake
makedepends="qt-dev fftw-dev"