summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2016-06-16 14:18:24 +0200
committerFabian Groffen <grobian@gentoo.org>2016-06-16 14:18:35 +0200
commit7328ec3a99b93a92aa0a741dca9c83d232f9802b (patch)
tree8298d0fd7ca26e4f52f825adafd57dc899839f39 /mail-client
parentdev-libs/libsigsegv: Update homepage. Moved to EAPI 5 (diff)
downloadgentoo-7328ec3a99b93a92aa0a741dca9c83d232f9802b.tar.gz
gentoo-7328ec3a99b93a92aa0a741dca9c83d232f9802b.tar.bz2
gentoo-7328ec3a99b93a92aa0a741dca9c83d232f9802b.zip
mail-client/mutt: change default locking mechanism to fcntl over flock
Package-Manager: portage-2.2.28
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/mutt/mutt-1.6.1-r2.ebuild15
1 files changed, 4 insertions, 11 deletions
diff --git a/mail-client/mutt/mutt-1.6.1-r2.ebuild b/mail-client/mutt/mutt-1.6.1-r2.ebuild
index 4188245f947e..2d0f8ea95b89 100644
--- a/mail-client/mutt/mutt-1.6.1-r2.ebuild
+++ b/mail-client/mutt/mutt-1.6.1-r2.ebuild
@@ -154,17 +154,10 @@ src_configure() {
--with-regex \
--with-exec-shell=${EPREFIX}/bin/sh"
- case $CHOST in
- *-solaris*)
- # Solaris has no flock in the standard headers
- myconf+=" --enable-fcntl --disable-flock"
- # wchar_t depends on locale
- myconf+=" --without-wc-funcs"
- ;;
- *)
- myconf+=" --disable-fcntl --enable-flock"
- ;;
- esac
+ if [[ ${CHOST} == *-solaris* ]] ; then
+ # arrows in index view do not show when using wchar_t
+ myconf+=" --without-wc-funcs"
+ fi
# mutt prioritizes gdbm over bdb, so we will too.
# hcache feature requires at least one database is in USE.