diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-01-12 19:10:58 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-01-12 19:10:58 +0000 |
commit | e55defcb8f6c339e911306a37cca49d4ca6cbbff (patch) | |
tree | 928d2d6c099f0f931ac747e92a18f9eb73d8c0d3 /mail-client/mutt | |
parent | 010 release (diff) | |
download | gentoo-2-e55defcb8f6c339e911306a37cca49d4ca6cbbff.tar.gz gentoo-2-e55defcb8f6c339e911306a37cca49d4ca6cbbff.tar.bz2 gentoo-2-e55defcb8f6c339e911306a37cca49d4ca6cbbff.zip |
Drop wc-func bit for darwin, it doesn't change a thing on Darwin8 and simply breaks Darwin9
(Portage version: 2.1.4.5)
Diffstat (limited to 'mail-client/mutt')
-rw-r--r-- | mail-client/mutt/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/mutt/mutt-1.5.19.ebuild | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail-client/mutt/ChangeLog b/mail-client/mutt/ChangeLog index d23027259bc2..bf8a4039c6d1 100644 --- a/mail-client/mutt/ChangeLog +++ b/mail-client/mutt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mutt # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.123 2009/01/11 11:19:55 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.124 2009/01/12 19:10:58 grobian Exp $ + + 12 Jan 2009; Fabian Groffen <grobian@gentoo.org> mutt-1.5.19.ebuild: + Drop wc-func bit for darwin, it doesn't change a thing on Darwin8 and simply + breaks Darwin9 *mutt-1.5.19 (11 Jan 2009) diff --git a/mail-client/mutt/mutt-1.5.19.ebuild b/mail-client/mutt/mutt-1.5.19.ebuild index 21931273ad82..5ff9f1d5c574 100644 --- a/mail-client/mutt/mutt-1.5.19.ebuild +++ b/mail-client/mutt/mutt-1.5.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.19.ebuild,v 1.1 2009/01/11 11:19:55 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.19.ebuild,v 1.2 2009/01/12 19:10:58 grobian Exp $ inherit eutils flag-o-matic autotools @@ -107,11 +107,6 @@ src_compile() { myconf="${myconf} --enable-locales-fix --without-wc-funcs" myconf="${myconf} --disable-fcntl --enable-flock" ;; - *-darwin*) - # wc-funcs are buggy on OSX - myconf="${myconf} --without-wc-funcs" - myconf="${myconf} --disable-fcntl --enable-flock" - ;; *-solaris*) # Solaris has no flock in the standard headers myconf="${myconf} --enable-fcntl --disable-flock" |