Skip to content

Commit

Permalink
games-emulation/sdlmame: really disable BGFX (exposed in bug #570702)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
Michael Sterrett committed Jan 9, 2016
1 parent faeae99 commit 7c2b79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games-emulation/sdlmame/sdlmame-0.168.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7c2b79d

Please sign in to comment.