Date: Fri, 22 Jun 2018 18:50:22 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473057 - head/games/crrcsim/files Message-ID: <201806221850.w5MIoMoO022213@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jun 22 18:50:21 2018 New Revision: 473057 URL: https://svnweb.freebsd.org/changeset/ports/473057 Log: - Fix build with clang 6 Added: head/games/crrcsim/files/patch-src_mod__fdm_config.h (contents, props changed) head/games/crrcsim/files/patch-src_mod__video_crrc_animation.cpp (contents, props changed) Added: head/games/crrcsim/files/patch-src_mod__fdm_config.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/crrcsim/files/patch-src_mod__fdm_config.h Fri Jun 22 18:50:21 2018 (r473057) @@ -0,0 +1,11 @@ +--- src/mod_fdm_config.h.orig 2016-04-10 16:57:14 UTC ++++ src/mod_fdm_config.h +@@ -35,7 +35,7 @@ + #define MOD_FDM_USE_HELI01 1 + #define MOD_FDM_USE_MCOPTER01 1 + +-#define MOD_FDM_INFOSTR "CRRCSim "PACKAGE_VERSION ++#define MOD_FDM_INFOSTR "CRRCSim " PACKAGE_VERSION + + + #endif // MOD_FDM_CONFIG_H Added: head/games/crrcsim/files/patch-src_mod__video_crrc_animation.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/crrcsim/files/patch-src_mod__video_crrc_animation.cpp Fri Jun 22 18:50:21 2018 (r473057) @@ -0,0 +1,11 @@ +--- src/mod_video/crrc_animation.cpp.orig 2016-04-10 16:57:14 UTC ++++ src/mod_video/crrc_animation.cpp +@@ -84,7 +84,7 @@ void createAnimation(SimpleXMLTransfer * + else + { + std::cerr << "createAnimation: unknown animation type \'" +- << type << "\'" << std::cerr; ++ << type << "\'" << std::endl; + } + + if (anim != NULL)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806221850.w5MIoMoO022213>