games-emulation/higan: -O3 for fluent audio
authorSebastian Pipping <sping@gentoo.org>
Fri, 26 Jan 2018 20:17:44 +0000 (21:17 +0100)
committerSebastian Pipping <sping@gentoo.org>
Fri, 26 Jan 2018 20:18:56 +0000 (21:18 +0100)
.. like upstream intended (except not prepended but appended)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

games-emulation/higan/higan-106_p1-r1.ebuild [moved from games-emulation/higan/higan-106_p1.ebuild with 96% similarity]

similarity index 96%
rename from games-emulation/higan/higan-106_p1.ebuild
rename to games-emulation/higan/higan-106_p1-r1.ebuild
index c0d5d2586aead0529b4b35461ca8f99cad761607..a39e0db7e72963ac4ac35c4b3eedf25d1191d0ae 100644 (file)
@@ -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 \