svn commit: r473057 - head/games/crrcsim/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 22 18:50:23 UTC 2018


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)


More information about the svn-ports-all mailing list