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

Collapse All | Expand All

(-)a/gtypist-2.9.2.ebuild (+2 lines)
Lines 45-50 Link Here
45
	econf $(use_enable nls) \
45
	econf $(use_enable nls) \
46
		EMACS=$(usev emacs || usev xemacs || echo no) \
46
		EMACS=$(usev emacs || usev xemacs || echo no) \
47
		--with-lispdir="${lispdir}"
47
		--with-lispdir="${lispdir}"
48
	
49
	emake CFLAGS="${CFLAGS} $("$(tc-getPKG_CONFIG)" --libs ncurses)"
48
}
50
}
49
51
50
src_install() {
52
src_install() {

Return to bug 483778