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

Collapse All | Expand All

(-)/usr/portage/net-libs/libtorrent/libtorrent-0.12.4.ebuild (-1 / +1 lines)
Lines 17-23 Link Here
17
DEPEND="${RDEPEND}
17
DEPEND="${RDEPEND}
18
	dev-util/pkgconfig"
18
	dev-util/pkgconfig"
19
19
20
PATCHES=( "${FILESDIR}/${P}-gcc44.patch" )
21
20
22
src_unpack() {
21
src_unpack() {
23
	base_src_unpack
22
	base_src_unpack
Lines 38-43 Link Here
38
		--enable-aligned \
37
		--enable-aligned \
39
		--enable-static \
38
		--enable-static \
40
		--enable-shared \
39
		--enable-shared \
40
                --with-posix-fallocate \
41
		--disable-dependency-tracking \
41
		--disable-dependency-tracking \
42
		|| die "econf failed"
42
		|| die "econf failed"
43
43

Return to bug 278660