summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-24 15:16:24 -0500
committerMike Frysinger <vapier@gentoo.org>2015-12-24 15:16:40 -0500
commit3cc0db0c9bd107846e399865c55f5ae5c47031da (patch)
tree55b94dbd007ae62d23618ab63707459c1d29d6fa /media-libs/imlib2/imlib2-1.4.7.ebuild
parentx11-wm/enlightenment: update e16 ebuilds to EAPI=5 (diff)
downloadgentoo-3cc0db0c9bd107846e399865c55f5ae5c47031da.tar.gz
gentoo-3cc0db0c9bd107846e399865c55f5ae5c47031da.tar.bz2
gentoo-3cc0db0c9bd107846e399865c55f5ae5c47031da.zip
media-libs/imlib2: add fix from upstream #563732
Diffstat (limited to 'media-libs/imlib2/imlib2-1.4.7.ebuild')
-rw-r--r--media-libs/imlib2/imlib2-1.4.7.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/media-libs/imlib2/imlib2-1.4.7.ebuild b/media-libs/imlib2/imlib2-1.4.7.ebuild
index 4af11591bead..f2b3f29ecf3e 100644
--- a/media-libs/imlib2/imlib2-1.4.7.ebuild
+++ b/media-libs/imlib2/imlib2-1.4.7.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} != "9999" ]] ; then
EKEY_STATE="snap"
fi
-inherit enlightenment toolchain-funcs multilib-minimal
+inherit enlightenment toolchain-funcs multilib-minimal eutils
DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm"
HOMEPAGE="https://www.enlightenment.org/"
@@ -37,6 +37,11 @@ DEPEND="${RDEPEND}
>=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
)"
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-headers.patch #563732
+ enlightenment_src_prepare
+}
+
multilib_src_configure() {
# imlib2 has diff configure options for x86/amd64 mmx
if [[ $(tc-arch) == amd64 ]]; then