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

Collapse All | Expand All

(-)giflib-4.1.6-r2.ebuild (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI=4
5
EAPI=4
6
6
7
inherit eutils libtool
7
inherit eutils autotools
8
8
9
DESCRIPTION="Library to handle, display and manipulate GIF images"
9
DESCRIPTION="Library to handle, display and manipulate GIF images"
10
HOMEPAGE="http://sourceforge.net/projects/giflib/"
10
HOMEPAGE="http://sourceforge.net/projects/giflib/"
Lines 27-33 Link Here
27
src_prepare() {
27
src_prepare() {
28
	epatch "${FILESDIR}"/${P}-gif2rle.patch
28
	epatch "${FILESDIR}"/${P}-gif2rle.patch
29
	epatch "${FILESDIR}"/${P}-giffix-null-Extension-fix.patch
29
	epatch "${FILESDIR}"/${P}-giffix-null-Extension-fix.patch
30
	elibtoolize
30
	eautoreconf
31
	epunt_cxx
31
	epunt_cxx
32
}
32
}
33
33

Return to bug 482996