diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-09 01:09:25 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-09 02:04:53 -0500 |
commit | 7c2b79d167110ad1a9294aeceb0834b08156af1b (patch) | |
tree | a6977bf19c0dab38203636911f828f3c8e2c8797 /games-emulation | |
parent | sys-apps/systemd: sparc stable wrt bug #568082 (diff) | |
download | gentoo-7c2b79d167110ad1a9294aeceb0834b08156af1b.tar.gz gentoo-7c2b79d167110ad1a9294aeceb0834b08156af1b.tar.bz2 gentoo-7c2b79d167110ad1a9294aeceb0834b08156af1b.zip |
games-emulation/sdlmame: really disable BGFX (exposed in bug #570702)
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/sdlmame/sdlmame-0.168.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/sdlmame/sdlmame-0.168.ebuild b/games-emulation/sdlmame/sdlmame-0.168.ebuild index 346fdc4c4186..299d20b8d67d 100644 --- a/games-emulation/sdlmame/sdlmame-0.168.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.168.ebuild @@ -120,7 +120,7 @@ src_compile() { OVERRIDE_CC=$(tc-getCC) \ OVERRIDE_CXX=$(tc-getCXX) \ OVERRIDE_LD=$(tc-getCXX) \ - USE_BGFX= \ + USE_BGFX=0 \ ARCH= \ emake "$@" \ AR=$(tc-getAR) |