Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/higan/
Date: Fri, 26 Jan 2018 20:20:19
Message-Id: 1516997936.47a7232a542e349ce26c5a8db786db22c5b8d4ad.sping@gentoo
1 commit: 47a7232a542e349ce26c5a8db786db22c5b8d4ad
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 26 20:17:44 2018 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 26 20:18:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a7232a
7
8 games-emulation/higan: -O3 for fluent audio
9
10 .. like upstream intended (except not prepended but appended)
11
12 Package-Manager: Portage-2.3.20, Repoman-2.3.6
13
14 games-emulation/higan/{higan-106_p1.ebuild => higan-106_p1-r1.ebuild} | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/games-emulation/higan/higan-106_p1.ebuild b/games-emulation/higan/higan-106_p1-r1.ebuild
18 similarity index 96%
19 rename from games-emulation/higan/higan-106_p1.ebuild
20 rename to games-emulation/higan/higan-106_p1-r1.ebuild
21 index c0d5d2586ae..a39e0db7e72 100644
22 --- a/games-emulation/higan/higan-106_p1.ebuild
23 +++ b/games-emulation/higan/higan-106_p1-r1.ebuild
24 @@ -86,6 +86,10 @@ src_compile() {
25
26 mytoolkit="gtk"
27
28 + # Needed for fluent audio (even on i5 hardware)
29 + export CFLAGS="${CFLAGS} -O3"
30 + export CXXFLAGS="${CXXFLAGS} -O3"
31 +
32 if use icarus; then
33 cd "${S}/icarus" || die
34 emake \