Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 531244 | Differences between
and this patch

Collapse All | Expand All

(-)/var/cache/portage/tree/x11-terms/xterm/xterm-304.ebuild (-1 / +6 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit eutils flag-o-matic multilib
7
inherit autotools eutils flag-o-matic multilib
8
8
9
DESCRIPTION="Terminal Emulator for X Windows"
9
DESCRIPTION="Terminal Emulator for X Windows"
10
HOMEPAGE="http://invisible-island.net/xterm/"
10
HOMEPAGE="http://invisible-island.net/xterm/"
Lines 41-46 Link Here
41
	DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
41
	DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
42
}
42
}
43
43
44
src_prepare() {
45
	sed -i -e '/^\(CF_HELP_MESSAGE.*\)/d' configure.in || die
46
	eautoconf
47
}
48
44
src_configure() {
49
src_configure() {
45
	# 454736
50
	# 454736
46
	# Workaround for ncurses[tinfo] until upstream fixes their buildsystem using
51
	# Workaround for ncurses[tinfo] until upstream fixes their buildsystem using

Return to bug 531244