aboutsummaryrefslogtreecommitdiffstats
path: root/testing/steghide
diff options
context:
space:
mode:
authortmpfile <tmpfile@users.noreply.github.com>2017-07-08 16:36:15 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-10 09:05:20 +0000
commit77f6dfa1268698df57721eecd7f41f2be1f632f0 (patch)
tree433d776d751519a126a6145b1412c104839681fc /testing/steghide
parentd1bbf07a534c7cd70cb28c748dad9a9e768f403b (diff)
testing/[various]: fix trailing whitespace
Diffstat (limited to 'testing/steghide')
-rw-r--r--testing/steghide/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/steghide/APKBUILD b/testing/steghide/APKBUILD
index c70ce007444..7a454489487 100644
--- a/testing/steghide/APKBUILD
+++ b/testing/steghide/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="Steganography program that is able to hide data in various kinds of ima
url="http://steghide.sourceforge.net/index.php"
arch="all"
license="GPL"
-makedepends="libmcrypt-dev jpeg-dev zlib-dev libmhash-dev
+makedepends="libmcrypt-dev jpeg-dev zlib-dev libmhash-dev
bash libtool automake autoconf"
install=""
subpackages="$pkgname-doc"
@@ -24,7 +24,7 @@ build() {
./configure \
--prefix=/usr \
--disable-rpath \
- --disable-nls
+ --disable-nls
make CXXFLAGS="$CXXFLAGS -fpermissive" || return 1
}