summaryrefslogtreecommitdiffstats
path: root/main/claws-mail
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-22 19:59:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-22 19:59:54 +0000
commitf1f076a27fb6d262a588b751eff488c7c5c6f8b2 (patch)
treecd0a353c7f57a43779dd18b9d46eab5ca4d6e98a /main/claws-mail
parent572e1b0267efac4d3bcc285f18088b25b1bca4d5 (diff)
downloadaports-f1f076a27fb6d262a588b751eff488c7c5c6f8b2.tar.bz2
aports-f1f076a27fb6d262a588b751eff488c7c5c6f8b2.tar.xz
main/claws-mail: enable unlocked stdio again
bug was found in musl http://git.musl-libc.org/cgit/musl/commit/?id=3e936ce81bbbcc968f576aedbd5203621839f152
Diffstat (limited to 'main/claws-mail')
-rw-r--r--main/claws-mail/APKBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/main/claws-mail/APKBUILD b/main/claws-mail/APKBUILD
index f03a79c1a..88c66bed6 100644
--- a/main/claws-mail/APKBUILD
+++ b/main/claws-mail/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=claws-mail
pkgver=3.10.1
-pkgrel=4
+pkgrel=5
pkgdesc="A GTK+ based e-mail client."
url="http://www.claws-mail.org"
arch="all"
@@ -74,9 +74,6 @@ build() {
# force disabling of backtrace. the core dump was more useful
sed -i -e '/HAVE_BACKTRACE/d' config.h
- # force disabling unlocked stdio.
- sed -i -e '/HAVE_FGETS_UNLOCKED/d' config.h
-
make || return 1
cd tools
make