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

(-)mangler-1.2.5.ebuild (+4 lines)
Lines 4-9 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit toolchain-funcs
8
7
DESCRIPTION="Open source VOIP client capable of connecting to Ventrilo 3.x servers"
9
DESCRIPTION="Open source VOIP client capable of connecting to Ventrilo 3.x servers"
8
HOMEPAGE="http://www.mangler.org/"
10
HOMEPAGE="http://www.mangler.org/"
9
SRC_URI="http://www.mangler.org/downloads/${P}.tar.bz2"
11
SRC_URI="http://www.mangler.org/downloads/${P}.tar.bz2"
Lines 31-37 Link Here
31
DEPEND="${RDEPEND}
33
DEPEND="${RDEPEND}
32
	virtual/pkgconfig"
34
	virtual/pkgconfig"
33
35
36
34
src_configure() {
37
src_configure() {
38
	tc-export CC
35
	econf \
39
	econf \
36
		--disable-dependency-tracking \
40
		--disable-dependency-tracking \
37
		$(use_enable static-libs static) \
41
		$(use_enable static-libs static) \

Return to bug 444046