diff options
Diffstat (limited to 'mail-client/mutt/mutt-2.2.10.ebuild')
-rw-r--r-- | mail-client/mutt/mutt-2.2.10.ebuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mail-client/mutt/mutt-2.2.10.ebuild b/mail-client/mutt/mutt-2.2.10.ebuild index 0da43ba76730..5916056c4127 100644 --- a/mail-client/mutt/mutt-2.2.10.ebuild +++ b/mail-client/mutt/mutt-2.2.10.ebuild @@ -170,12 +170,6 @@ src_configure() { "--with-exec-shell=${EPREFIX}/bin/sh" ) - if [[ ${CHOST} == *-solaris2.* && ${CHOST#*-solaris2.} -le 10 ]] ; then - # arrows in index view do not show when using wchar_t - # or misalign due to wrong computations - myconf+=( "--without-wc-funcs" ) - fi - # note: REQUIRED_USE should have selected only one of these, but for # bug #607360 we're forced to allow multiple. For that reason, this # list is ordered to preference, and only the first is taken. |