Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2020 20:41:14 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546230 - head/games/ecwolf/files
Message-ID:  <202008252041.07PKfE6f026362@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 }
+ };
+ 
+ ////////////////////////////////////////////////////////////////////////////////



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008252041.07PKfE6f026362>