diff options
author | Sebastian Pipping <sping@gentoo.org> | 2018-01-26 21:17:44 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2018-01-26 21:18:56 +0100 |
commit | 47a7232a542e349ce26c5a8db786db22c5b8d4ad (patch) | |
tree | 2a741c277f06c14640ddf64bfe8aa4db8201b61e /games-emulation/higan | |
parent | app-office/kmymoney: x86 stable (bug #645570) (diff) | |
download | gentoo-47a7232a542e349ce26c5a8db786db22c5b8d4ad.tar.gz gentoo-47a7232a542e349ce26c5a8db786db22c5b8d4ad.tar.bz2 gentoo-47a7232a542e349ce26c5a8db786db22c5b8d4ad.zip |
games-emulation/higan: -O3 for fluent audio
.. like upstream intended (except not prepended but appended)
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'games-emulation/higan')
-rw-r--r-- | games-emulation/higan/higan-106_p1-r1.ebuild (renamed from games-emulation/higan/higan-106_p1.ebuild) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games-emulation/higan/higan-106_p1.ebuild b/games-emulation/higan/higan-106_p1-r1.ebuild index c0d5d2586aea..a39e0db7e729 100644 --- a/games-emulation/higan/higan-106_p1.ebuild +++ b/games-emulation/higan/higan-106_p1-r1.ebuild @@ -86,6 +86,10 @@ src_compile() { mytoolkit="gtk" + # Needed for fluent audio (even on i5 hardware) + export CFLAGS="${CFLAGS} -O3" + export CXXFLAGS="${CXXFLAGS} -O3" + if use icarus; then cd "${S}/icarus" || die emake \ |