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

Collapse All | Expand All

(-)/usr/local/gentoo/usr/portage/media-libs/gd/gd-2.2.0.ebuild (-1 / +3 lines)
Lines 3-9 Link Here
3
3
4
EAPI="5"
4
EAPI="5"
5
5
6
inherit libtool multilib-minimal
6
inherit libtool multilib-minimal autotools
7
7
8
DESCRIPTION="A graphics library for fast image creation"
8
DESCRIPTION="A graphics library for fast image creation"
9
HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/"
9
HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/"
Lines 31-36 Link Here
31
S="${WORKDIR}/lib${P}"
31
S="${WORKDIR}/lib${P}"
32
32
33
src_prepare() {
33
src_prepare() {
34
	epatch "${FILESDIR}"/${PN}-2.2.0-libversion.patch
35
	eautoreconf
34
	elibtoolize  # for shared library on Solaris
36
	elibtoolize  # for shared library on Solaris
35
}
37
}
36
38

Return to bug 583584