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

Collapse All | Expand All

(-)fbv-1.0b.ebuild.orig (+3 lines)
Lines 21-26 Link Here
21
	unpack ${A}
21
	unpack ${A}
22
	cd "${S}"
22
	cd "${S}"
23
	epatch "${FILESDIR}"/oob-segfault-fbv-${PV}.diff
23
	epatch "${FILESDIR}"/oob-segfault-fbv-${PV}.diff
24
	epatch "${FILESDIR}"/${P}-cc.patch
24
	sed -e 's/-lungif/-lgif/g' -i Makefile -i configure
25
	sed -e 's/-lungif/-lgif/g' -i Makefile -i configure
25
}
26
}
26
27
Lines 31-36 Link Here
31
	use gif || myconf="${myconf} --without-libungif"
32
	use gif || myconf="${myconf} --without-libungif"
32
	use jpeg || myconf="${myconf} --without-libjpeg"
33
	use jpeg || myconf="${myconf} --without-libjpeg"
33
	./configure \
34
	./configure \
35
		--cc="${CHOST}-gcc" \
36
		--libs="${LDFLAGS}" \
34
		--prefix=/usr \
37
		--prefix=/usr \
35
		--mandir=/usr/share/man \
38
		--mandir=/usr/share/man \
36
		--infodir=/usr/share/info \
39
		--infodir=/usr/share/info \

Return to bug 349128