commit:     47a7232a542e349ce26c5a8db786db22c5b8d4ad
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 20:17:44 2018 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 20:18:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a7232a

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

 games-emulation/higan/{higan-106_p1.ebuild => higan-106_p1-r1.ebuild} | 4 ++++
 1 file changed, 4 insertions(+)

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 c0d5d2586ae..a39e0db7e72 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 \

Reply via email to