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

Collapse All | Expand All

(-)./abook-0.6.1.ebuild.old (-2 / +3 lines)
Lines 3-9 Link Here
3
# $Id$
3
# $Id$
4
4
5
EAPI=5
5
EAPI=5
6
inherit autotools
6
inherit autotools toolchain-funcs
7
7
8
MY_P="${P/_/}"
8
MY_P="${P/_/}"
9
DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client"
9
DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client"
Lines 38-44 Link Here
38
38
39
src_compile() {
39
src_compile() {
40
	# bug 570428
40
	# bug 570428
41
	emake CFLAGS="${CFLAGS} -std=gnu89"
41
	emake CFLAGS="${CFLAGS} -std=gnu89" \
42
		abook_LDADD="$($(tc-getPKG_CONFIG) --libs ncurses)"
42
}
43
}
43
44
44
src_install() {
45
src_install() {

Return to bug 606478