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

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- filezilla-3.5.1.ebuild
0
++ filezilla-3.5.1.ebuild
Lines 6-12 Link Here
6
6
7
WX_GTK_VER="2.8"
7
WX_GTK_VER="2.8"
8
8
9
inherit autotools eutils multilib wxwidgets
9
inherit autotools eutils multilib wxwidgets flag-o-matic
10
10
11
MY_PV=${PV/_/-}
11
MY_PV=${PV/_/-}
12
MY_P="FileZilla_${MY_PV}"
12
MY_P="FileZilla_${MY_PV}"
Lines 22-28 Link Here
22
22
23
RDEPEND=">=app-admin/eselect-wxwidgets-0.7-r1
23
RDEPEND=">=app-admin/eselect-wxwidgets-0.7-r1
24
	>=dev-db/sqlite-3.7
24
	>=dev-db/sqlite-3.7
25
	>=dev-libs/tinyxml-2.6.1-r1[-stl]
25
	>=dev-libs/tinyxml-2.6.1-r1[stl]
26
	net-dns/libidn
26
	net-dns/libidn
27
	>=net-libs/gnutls-2.8.3
27
	>=net-libs/gnutls-2.8.3
28
	>=x11-libs/wxGTK-2.8.9:2.8[X]
28
	>=x11-libs/wxGTK-2.8.9:2.8[X]
Lines 38-43 Link Here
38
38
39
src_prepare() {
39
src_prepare() {
40
	epatch "${FILESDIR}"/${PN}-3.3.5.1-debug.patch
40
	epatch "${FILESDIR}"/${PN}-3.3.5.1-debug.patch
41
	append-flags -DTIXML_USE_STL
41
	eautoreconf
42
	eautoreconf
42
}
43
}
43
44

Return to bug 383335