summaryrefslogtreecommitdiff
path: root/games-sports
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2018-05-27 00:17:29 +0200
committerDavid Seifert <soap@gentoo.org>2018-05-27 00:18:21 +0200
commitd674583057bc3eebb449626411eb2e42e95a49d2 (patch)
tree07c89ac16e8fdf882c05efa76b1ec76518c0fe7f /games-sports
parenta3fb11b6bb348d9b15000f5f10907ffb76b4e64e (diff)
downloadgentoo-d674583057bc3eebb449626411eb2e42e95a49d2.tar.gz
gentoo-d674583057bc3eebb449626411eb2e42e95a49d2.tar.xz
games-sports/xmoto: Force C++11
Closes: https://bugs.gentoo.org/653404 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/xmoto/xmoto-0.5.11-r2.ebuild4
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 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) \