diff options
Diffstat (limited to 'games-sports/xmoto/xmoto-0.5.11-r2.ebuild')
-rw-r--r-- | games-sports/xmoto/xmoto-0.5.11-r2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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) \ |