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

(-)/usr/portage/sys-libs/readline/readline-4.3-r5.ebuild (+3 lines)
Lines 21-26 Link Here
21
# to its internal readline, else we may get problems.
21
# to its internal readline, else we may get problems.
22
DEPEND=">=app-shells/bash-2.05b-r2
22
DEPEND=">=app-shells/bash-2.05b-r2
23
	>=sys-libs/ncurses-5.2-r2"
23
	>=sys-libs/ncurses-5.2-r2"
24
RDEPEND=">=sys-libs/ncurses-5.2-r2"
24
25
25
src_unpack() {
26
src_unpack() {
26
	unpack ${P}.tar.gz
27
	unpack ${P}.tar.gz
Lines 35-40 Link Here
35
}
36
}
36
37
37
src_compile() {
38
src_compile() {
39
	# should solve missing tgetent building python
40
	sed -i -e 's:^SHLIB_LIBS=.*:SHLIB_LIBS=-lncurses:' support/shobj-conf
38
	# the --libdir= is needed because if lib64 is a directory, it will default
41
	# the --libdir= is needed because if lib64 is a directory, it will default
39
	# to using that... even if CONF_LIBDIR isnt set or we're using a version
42
	# to using that... even if CONF_LIBDIR isnt set or we're using a version
40
	# of portage without CONF_LIBDIR support.
43
	# of portage without CONF_LIBDIR support.

Return to bug 71420