From: Sebastian Pipping Date: Fri, 26 Jan 2018 20:17:44 +0000 (+0100) Subject: games-emulation/higan: -O3 for fluent audio X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=47a7232a542e349ce26c5a8db786db22c5b8d4ad;p=gentoo.git 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 --- diff --git a/games-emulation/higan/higan-106_p1.ebuild b/games-emulation/higan/higan-106_p1-r1.ebuild similarity index 96% rename from games-emulation/higan/higan-106_p1.ebuild rename to 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 \