--- imlib2-1.4.2-r1.ebuild.old 2009-07-02 21:57:09.710921735 +0200 +++ imlib2-1.4.2-r1.ebuild 2009-07-02 21:57:36.242921230 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $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 $ -inherit enlightenment toolchain-funcs eutils +inherit enlightenment toolchain-funcs eutils autotools MY_P=${P/_/-} DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm" @@ -25,6 +25,8 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-CVE-2008-5187.patch #248057 + epatch "${FILESDIR}/as-needed.patch" + eautoreconf } src_compile() {