summaryrefslogtreecommitdiff
path: root/games-simulation/crrcsim/files/crrcsim-0.9.13-gcc6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-simulation/crrcsim/files/crrcsim-0.9.13-gcc6.patch')
-rw-r--r--games-simulation/crrcsim/files/crrcsim-0.9.13-gcc6.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/games-simulation/crrcsim/files/crrcsim-0.9.13-gcc6.patch b/games-simulation/crrcsim/files/crrcsim-0.9.13-gcc6.patch
new file mode 100644
index 000000000000..b11550f3dff6
--- /dev/null
+++ b/games-simulation/crrcsim/files/crrcsim-0.9.13-gcc6.patch
@@ -0,0 +1,14 @@
+Bug: https://bugs.gentoo.org/610560
+Upstream commit: https://sourceforge.net/p/crrcsim/code/ci/28ed9ba57011371cab8b637550acc716b973c47d
+
+--- a/src/mod_video/crrc_animation.cpp
++++ b/src/mod_video/crrc_animation.cpp
+@@ -84,7 +84,7 @@
+ else
+ {
+ std::cerr << "createAnimation: unknown animation type \'"
+- << type << "\'" << std::cerr;
++ << type << "\'" << std::endl;
+ }
+
+ if (anim != NULL)