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

Collapse All | Expand All

(-)ncurses-5.3-r1.ebuild.orig (-4 / +9 lines)
Lines 18-23 Link Here
18
18
19
DEPEND="virtual/glibc"
19
DEPEND="virtual/glibc"
20
20
21
src_unpack() {
22
	unpack ${A}
23
	epatch ${FILESDIR}/ncurses-5.3-xterm.patch
24
}
25
21
src_compile() {
26
src_compile() {
22
27
23
	[ -z "${DEBUGBUILD}" ] && myconf="${myconf} --without-debug"
28
	[ -z "${DEBUGBUILD}" ] && myconf="${myconf} --without-debug"
Lines 54-63 Link Here
54
	# bug #4411
59
	# bug #4411
55
	gen_usr_ldscript libncurses.so
60
	gen_usr_ldscript libncurses.so
56
61
57
	# With this fix, the default xterm has color as it should
62
	## With this fix, the default xterm has color as it should
58
	cd ${D}/usr/share/terminfo/x
63
	#cd ${D}/usr/share/terminfo/x
59
	mv xterm xterm.orig
64
	#mv xterm xterm.orig
60
	dosym xterm-color /usr/share/terminfo/x/xterm
65
	#dosym xterm-color /usr/share/terminfo/x/xterm
61
66
62
	if [ -n "`use build`" ]
67
	if [ -n "`use build`" ]
63
	then
68
	then

Return to bug 21356