games-sports/xmoto: Force C++11

Closes: https://bugs.gentoo.org/653404
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
David Seifert
2018-05-27 00:17:29 +02:00
parent a3fb11b6bb
commit d674583057

View File

@@ -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) \