diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-05-23 10:02:52 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-05-23 10:03:28 +0200 |
commit | adf8d0f5bfd5ecefe69fcaa92449bd3a5d786a66 (patch) | |
tree | c6b21dee0b22eb41917a6a7f022ffe48aa7e79b5 /games-emulation/mgba/mgba-0.5.2.ebuild | |
parent | media-gfx/imagemagick: Removed old. (diff) | |
download | gentoo-adf8d0f5bfd5ecefe69fcaa92449bd3a5d786a66.tar.gz gentoo-adf8d0f5bfd5ecefe69fcaa92449bd3a5d786a66.tar.bz2 gentoo-adf8d0f5bfd5ecefe69fcaa92449bd3a5d786a66.zip |
games-emulation/mgba: Fixed compilation with imagemagick-7 (bug #610578)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'games-emulation/mgba/mgba-0.5.2.ebuild')
-rw-r--r-- | games-emulation/mgba/mgba-0.5.2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games-emulation/mgba/mgba-0.5.2.ebuild b/games-emulation/mgba/mgba-0.5.2.ebuild index d44cab6ea952..d70be6e10629 100644 --- a/games-emulation/mgba/mgba-0.5.2.ebuild +++ b/games-emulation/mgba/mgba-0.5.2.ebuild @@ -33,6 +33,10 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-util/cmake-3.2.2" +PATCHES=( + "${FILESDIR}/${P}-imagemagick7.patch" +) + src_prepare() { default |