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

(-)diction.orig/diction-1.07.ebuild (+7 lines)
Lines 14-19 IUSE="" Link Here
14
DEPEND="sys-devel/gettext"
14
DEPEND="sys-devel/gettext"
15
RDEPEND="virtual/libintl"
15
RDEPEND="virtual/libintl"
16
16
17
src_unpack() {
18
	unpack ${A}; cd ${S}
19
20
	iconv -f ISO8859-1 -t UTF-8 de >de.new
21
	mv de.new de
22
}
23
17
src_compile() {
24
src_compile() {
18
	./configure --prefix=/usr ||die
25
	./configure --prefix=/usr ||die
19
	emake || die
26
	emake || die

Return to bug 131637