mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
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:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user