From d674583057bc3eebb449626411eb2e42e95a49d2 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 27 May 2018 00:17:29 +0200 Subject: 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(+) (limited to 'games-sports') 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) \ -- cgit v1.2.3-18-g5258