Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153838
Collapse All | Expand All

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

Return to bug 153838