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

Collapse All | Expand All

(-)imlib2-1.4.2-r1.ebuild.old (-1 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebuild,v 1.6 2008/12/07 11:30:44 keytoaster Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebuild,v 1.6 2008/12/07 11:30:44 keytoaster Exp $
4
4
5
inherit enlightenment toolchain-funcs eutils
5
inherit enlightenment toolchain-funcs eutils autotools
6
6
7
MY_P=${P/_/-}
7
MY_P=${P/_/-}
8
DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm"
8
DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm"
Lines 25-30 src_unpack() { Link Here
25
	unpack ${A}
25
	unpack ${A}
26
	cd "${S}"
26
	cd "${S}"
27
	epatch "${FILESDIR}"/${P}-CVE-2008-5187.patch #248057
27
	epatch "${FILESDIR}"/${P}-CVE-2008-5187.patch #248057
28
	epatch "${FILESDIR}/as-needed.patch"
29
	eautoreconf
28
}
30
}
29
31
30
src_compile() {
32
src_compile() {

Return to bug 276285