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

(-)/usr/portage/net-misc/sipsak/sipsak-0.9.6_p1-r1.ebuild (-1 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit eutils
7
inherit eutils flag-o-matic
8
8
9
DESCRIPTION="small command line tool for testing SIP applications and devices"
9
DESCRIPTION="small command line tool for testing SIP applications and devices"
10
HOMEPAGE="http://sourceforge.net/projects/sipsak.berlios/"
10
HOMEPAGE="http://sourceforge.net/projects/sipsak.berlios/"
Lines 26-31 Link Here
26
}
26
}
27
27
28
src_configure() {
28
src_configure() {
29
	append-cflags -std=gnu89
30
29
	econf \
31
	econf \
30
		$(use_enable gnutls)
32
		$(use_enable gnutls)
31
}
33
}

Return to bug 568588