File fix-c++14.patch of Package crrcsim
diff -Nur crrcsim-0.9.13/src/mod_video/crrc_animation.cpp new/src/mod_video/crrc_animation.cpp
--- crrcsim-0.9.13/src/mod_video/crrc_animation.cpp 2016-04-10 18:57:14.000000000 +0200
+++ new/src/mod_video/crrc_animation.cpp 2016-06-30 03:10:38.722433336 +0200
@@ -84,7 +84,7 @@
else
{
std::cerr << "createAnimation: unknown animation type \'"
- << type << "\'" << std::cerr;
+ << type << "\'" << std::endl;
}
if (anim != NULL)