aboutsummaryrefslogtreecommitdiffstats
path: root/testing/steghide
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-05-09 14:31:23 +0000
committerBreno Leitao <breno.leitao@gmail.com>2017-05-09 14:31:23 +0000
commit58dbda1817b02e23a15fd8aa9acc31c92fc520c6 (patch)
tree450229c54a59b2d0bcf7faaff796ae590972a6e5 /testing/steghide
parent9be9186999f7407fc97ca3e50d9aee8567381693 (diff)
downloadaports-58dbda1817b02e23a15fd8aa9acc31c92fc520c6.tar.bz2
aports-58dbda1817b02e23a15fd8aa9acc31c92fc520c6.tar.xz
testing/steghide: Disabling on ppc64le
Package failing to build on ppc64le on the autoreconf phase. This is the log: Makefile.am: error: required file './NEWS' not found Makefile.am: error: required file './AUTHORS' not found Makefile.am: error: required file './ChangeLog' not found automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' parallel-tests: installing './test-driver' autoreconf: automake failed with exit status: 1 Disabling this package on ppc64le for now.
Diffstat (limited to 'testing/steghide')
-rw-r--r--testing/steghide/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/steghide/APKBUILD b/testing/steghide/APKBUILD
index 02d1c6b4b8..be6ebb6fca 100644
--- a/testing/steghide/APKBUILD
+++ b/testing/steghide/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.5.1
pkgrel=0
pkgdesc="Steganography program that is able to hide data in various kinds of image- and audio-files"
url="http://steghide.sourceforge.net/index.php"
-arch="all"
+arch="all !ppc64le"
license="GPL"
makedepends="libmcrypt-dev jpeg-dev zlib-dev libmhash-dev
bash libtool automake autoconf"