From: David Seifert Date: Sat, 26 May 2018 22:17:29 +0000 (+0200) Subject: games-sports/xmoto: Force C++11 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d674583057bc3eebb449626411eb2e42e95a49d2;p=gentoo.git games-sports/xmoto: Force C++11 Closes: https://bugs.gentoo.org/653404 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/games-sports/xmoto/xmoto-0.5.11-r2.ebuild b/games-sports/xmoto/xmoto-0.5.11-r2.ebuild index 4a48f02abbc4..4b906f8726a4 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) \