From 47a7232a542e349ce26c5a8db786db22c5b8d4ad Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 26 Jan 2018 21:17:44 +0100 Subject: [PATCH] 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 --- .../higan/{higan-106_p1.ebuild => higan-106_p1-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) rename games-emulation/higan/{higan-106_p1.ebuild => higan-106_p1-r1.ebuild} (96%) 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 \ -- 2.26.2