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

(-)lynx-2.8.6-r1.ebuild (-2 / +3 lines)
Lines 14-20 Link Here
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
17
IUSE="bzip2 cjk ipv6 nls ssl unicode"
17
IUSE="bzip2 cjk ipv6 linguas_ja nls ssl unicode"
18
18
19
RDEPEND="sys-libs/ncurses
19
RDEPEND="sys-libs/ncurses
20
	sys-libs/zlib
20
	sys-libs/zlib
Lines 38-46 Link Here
38
src_compile() {
38
src_compile() {
39
	local myconf
39
	local myconf
40
	use unicode && myconf="--with-screen=ncursesw"
40
	use unicode && myconf="--with-screen=ncursesw"
41
	use linguas_ja && myconf="${myconf} --enable-japanese-utf8"
41
42
42
	econf \
43
	econf \
43
		--libdir=/etc/lynx \
44
		--sysconfdir=/etc/lynx \
44
		--enable-cgi-links \
45
		--enable-cgi-links \
45
		--enable-persistent-cookies \
46
		--enable-persistent-cookies \
46
		--enable-prettysrc \
47
		--enable-prettysrc \

Return to bug 154234