summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-02-01 04:03:56 +0100
committerLars Wendler <polynomial-c@gentoo.org>2020-02-01 04:11:01 +0100
commit8136abfbeda3d5b792d2b8a388c466a1da4f7ad0 (patch)
treecd648202243ef31b0a8cdd7609d564fbad8e4720 /games-emulation/mgba/mgba-0.8.0.ebuild
parentnet-analyzer/netdata: fix building with -fno-common (diff)
downloadgentoo-8136abfbeda3d5b792d2b8a388c466a1da4f7ad0.tar.gz
gentoo-8136abfbeda3d5b792d2b8a388c466a1da4f7ad0.tar.bz2
gentoo-8136abfbeda3d5b792d2b8a388c466a1da4f7ad0.zip
games-emulation/mgba: Fixed build with USE="qt -sdl"
Thanks-to: Esteve Varela Colominas <esteve.varela@gmail.com> Closes: https://bugs.gentoo.org/707578 Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-emulation/mgba/mgba-0.8.0.ebuild')
-rw-r--r--games-emulation/mgba/mgba-0.8.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/games-emulation/mgba/mgba-0.8.0.ebuild b/games-emulation/mgba/mgba-0.8.0.ebuild
index 3543aa68ebf8..cc49129ae05f 100644
--- a/games-emulation/mgba/mgba-0.8.0.ebuild
+++ b/games-emulation/mgba/mgba-0.8.0.ebuild
@@ -44,6 +44,10 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
+PATCHES=(
+ "${FILESDIR}/${P}-no_sdl.patch" #707578
+)
+
src_prepare() {
xdg_environment_reset
cmake_src_prepare