svn commit: r546230 - head/games/ecwolf/files

Piotr Kubaj pkubaj at FreeBSD.org
Tue Aug 25 20:41:15 UTC 2020


Author: pkubaj
Date: Tue Aug 25 20:41:14 2020
New Revision: 546230
URL: https://svnweb.freebsd.org/changeset/ports/546230

Log:
  games/ecwolf: fix build on current

Added:
  head/games/ecwolf/files/patch-src_thingdef_thingdef.cpp   (contents, props changed)

Added: head/games/ecwolf/files/patch-src_thingdef_thingdef.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/ecwolf/files/patch-src_thingdef_thingdef.cpp	Tue Aug 25 20:41:14 2020	(r546230)
@@ -0,0 +1,11 @@
+--- src/thingdef/thingdef.cpp.orig	2020-08-24 18:22:35 UTC
++++ src/thingdef/thingdef.cpp
+@@ -283,7 +283,7 @@ static const struct ExpressionFunction
+ 	{ "random",		TypeHierarchy::INT,		2,	true,	ExprRandom },
+ 	{ "sin",		TypeHierarchy::FLOAT,	1,	false,	ExprSin },
+ 
+-	{ NULL, 0, false, NULL }
++	{ NULL, 0, false, false }
+ };
+ 
+ ////////////////////////////////////////////////////////////////////////////////


More information about the svn-ports-all mailing list