Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/vbam/
Date: Fri, 01 Jan 2016 07:21:16
Message-Id: 1451632805.13416e8e5b771305ceab90d018877106abcd96ed.mr_bones_@gentoo
1 commit: 13416e8e5b771305ceab90d018877106abcd96ed
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 07:20:05 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 07:20:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13416e8e
7
8 games-emulation/vbam: fix building with libsigc++-2.6 (bug #568792)
9
10 Package-Manager: portage-2.2.24
11
12 games-emulation/vbam/vbam-2.0.0_pre1507.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild b/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild
16 index f907be2..f9c8f35 100644
17 --- a/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild
18 +++ b/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=5
22 WX_GTK_VER="3.0"
23 -inherit cmake-utils wxwidgets gnome2-utils fdo-mime games
24 +inherit cmake-utils wxwidgets flag-o-matic gnome2-utils fdo-mime games
25
26 if [[ ${PV} == 9999 ]]; then
27 ESVN_REPO_URI="https://svn.code.sf.net/p/vbam/code/trunk"
28 @@ -60,6 +60,8 @@ src_prepare() {
29 }
30
31 src_configure() {
32 + # Bug #568792
33 + append-cxxflags -std=c++11 -fpermissive
34 local mycmakeargs=(
35 $(cmake-utils_use_enable cairo CAIRO)
36 $(cmake-utils_use_enable ffmpeg FFMPEG)