diff options
author | TBK <tbk@jjtc.eu> | 2019-05-28 13:49:56 +0200 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2019-05-28 13:50:10 +0200 |
commit | 6e116628118613f22b69c1ea01713834d7c4c0c9 (patch) | |
tree | 1abd44157ae741427af0b996801ff2a02ae9dfdf /testing/faudio | |
parent | e65a6d8504487452984bf50e2498d888c4586681 (diff) | |
download | aports-6e116628118613f22b69c1ea01713834d7c4c0c9.zip |
testing/faudio: disable ppc64le
Fails to compile.
[100%] Built target faudio_tests
Error relocating /home/buildozer/aports/testing/faudio/src/FAudio-19.05/build/libFAudio.so.0: unsupported relocation type 43
>>> ERROR: faudio: check failed
>>> faudio: Uninstalling dependencies...
Diffstat (limited to 'testing/faudio')
-rw-r--r-- | testing/faudio/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/faudio/APKBUILD b/testing/faudio/APKBUILD index 41879768a2f..bb627b40230 100644 --- a/testing/faudio/APKBUILD +++ b/testing/faudio/APKBUILD @@ -5,7 +5,7 @@ pkgver=19.05 pkgrel=0 pkgdesc="Accuracy-focused XAudio reimplementation for open platforms" url="https://fna-xna.github.io/" -arch="all" +arch="all !ppc64le" license="Zlib" makedepends="cmake ffmpeg-dev sdl2-dev" subpackages="$pkgname-dev" |