Skip to content

Commit

Permalink
games-sports/xmoto: Force C++11
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/653404
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
SoapGentoo committed May 26, 2018
1 parent a3fb11b commit d674583
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions games-sports/xmoto/xmoto-0.5.11-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit d674583

Please sign in to comment.