commit:     d674583057bc3eebb449626411eb2e42e95a49d2
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 22:17:29 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 26 22:18:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6745830

games-sports/xmoto: Force C++11

Closes: https://bugs.gentoo.org/653404
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 games-sports/xmoto/xmoto-0.5.11-r2.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/games-sports/xmoto/xmoto-0.5.11-r2.ebuild 
b/games-sports/xmoto/xmoto-0.5.11-r2.ebuild
index 4a48f02abbc..4b906f8726a 100644
--- a/games-sports/xmoto/xmoto-0.5.11-r2.ebuild
+++ b/games-sports/xmoto/xmoto-0.5.11-r2.ebuild
@@ -58,6 +58,10 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug 653404
+       # due to ICU 59 requiring C++11 now
+       append-cxxflags -std=c++11
+
        econf \
                --enable-threads=posix \
                $(use_enable nls) \

Reply via email to