projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3fb11b
)
games-sports/xmoto: Force C++11
author
David Seifert
<soap@gentoo.org>
Sat, 26 May 2018 22:17:29 +0000
(
00:17
+0200)
committer
David Seifert
<soap@gentoo.org>
Sat, 26 May 2018 22:18:21 +0000
(
00:18
+0200)
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
patch
|
blob
|
history
diff --git
a/games-sports/xmoto/xmoto-0.5.11-r2.ebuild
b/games-sports/xmoto/xmoto-0.5.11-r2.ebuild
index 4a48f02abbc44f6786cfcaee6f7600bcaf489a32..4b906f8726a4bb1bde4fad04842647c2beb1f1e6 100644
(file)
--- 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) \