--- nmh-1.1-r1.ebuild 2005-11-22 21:06:49.000000000 -0400 +++ nmh-1.1-r101.ebuild 2006-11-02 11:40:26.000000000 -0400 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/mail-client/nmh/nmh-1.1-r1.ebuild,v 1.5 2005/11/23 00:36:48 metalgod Exp $ -inherit eutils +inherit eutils flag-o-matic DESCRIPTION="New MH mail reader" SRC_URI="http://savannah.nongnu.org/download/nmh/${P}.tar.gz" HOMEPAGE="http://www.nongnu.org/nmh/" @@ -20,6 +20,9 @@ src_compile() { +# with -O2 and gcc 4.1.1 on amd64 pgm repl seg faults so... + replace-flags -O? -O1 + [ -z "${EDITOR}" ] && export EDITOR="prompter" [ -z "${PAGER}" ] && export PAGER="/usr/bin/more"