commit:     13416e8e5b771305ceab90d018877106abcd96ed
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  1 07:20:05 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Jan  1 07:20:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13416e8e

games-emulation/vbam: fix building with libsigc++-2.6 (bug #568792)

Package-Manager: portage-2.2.24

 games-emulation/vbam/vbam-2.0.0_pre1507.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild 
b/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild
index f907be2..f9c8f35 100644
--- a/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild
+++ b/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 WX_GTK_VER="3.0"
-inherit cmake-utils wxwidgets gnome2-utils fdo-mime games
+inherit cmake-utils wxwidgets flag-o-matic gnome2-utils fdo-mime games
 
 if [[ ${PV} == 9999 ]]; then
        ESVN_REPO_URI="https://svn.code.sf.net/p/vbam/code/trunk";
@@ -60,6 +60,8 @@ src_prepare() {
 }
 
 src_configure() {
+       # Bug #568792
+       append-cxxflags -std=c++11 -fpermissive
        local mycmakeargs=(
                $(cmake-utils_use_enable cairo CAIRO)
                $(cmake-utils_use_enable ffmpeg FFMPEG)

Reply via email to