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

(-)/Gentoo/usr/portage/sys-libs/slang/slang-1.4.9-r2.ebuild (-1 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI="prefix"
5
EAPI="prefix"
6
6
7
inherit eutils multilib toolchain-funcs
7
inherit eutils multilib toolchain-funcs autotools
8
8
9
# Patches are taken from http://www.suse.de/~nadvornik/slang/
9
# Patches are taken from http://www.suse.de/~nadvornik/slang/
10
# They were originally Red Hat and Debian's patches
10
# They were originally Red Hat and Debian's patches
Lines 42-47 Link Here
42
			-e "/SLANG_HAS_KANJI_SUPPORT/s/0/1/" \
42
			-e "/SLANG_HAS_KANJI_SUPPORT/s/0/1/" \
43
			src/sl-feat.h
43
			src/sl-feat.h
44
	fi
44
	fi
45
46
	cd autoconf && eautoreconf && cd ..
45
}
47
}
46
48
47
src_compile() {
49
src_compile() {

Return to bug 198947