svn commit: r546756 - head/games/chocolate-doom/files

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 17:01:35 UTC 2020


Author: tcberner
Date: Fri Aug 28 17:01:34 2020
New Revision: 546756
URL: https://svnweb.freebsd.org/changeset/ports/546756

Log:
  games/chocolate-doom: fix build on recent current

Added:
  head/games/chocolate-doom/files/patch-src_hexen_mn__menu.c   (contents, props changed)

Added: head/games/chocolate-doom/files/patch-src_hexen_mn__menu.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/chocolate-doom/files/patch-src_hexen_mn__menu.c	Fri Aug 28 17:01:34 2020	(r546756)
@@ -0,0 +1,11 @@
+--- src/hexen/mn_menu.c.orig	2020-08-28 17:00:20 UTC
++++ src/hexen/mn_menu.c
+@@ -131,7 +131,7 @@ boolean MenuActive;
+ int InfoType;
+ int messageson = true;
+ boolean mn_SuicideConsole;
+-boolean demoextend; // from h2def.h
++extern boolean demoextend; // from h2def.h
+ 
+ // PRIVATE DATA DEFINITIONS ------------------------------------------------
+ 


More information about the svn-ports-head mailing list