diff --git a/games-sports/xmoto/xmoto-0.5.11-r2.ebuild b/games-sports/xmoto/xmoto-0.5.11-r2.ebuild index 4a48f02abbc44..4b906f8726a4b 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) \