svn commit: r546911 - head/games/sdl_scavenger/files

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 13:09:14 UTC 2020


Author: tcberner
Date: Sat Aug 29 13:09:13 2020
New Revision: 546911
URL: https://svnweb.freebsd.org/changeset/ports/546911

Log:
  games/sdl_scavenger: fix build on recent current

Added:
  head/games/sdl_scavenger/files/
  head/games/sdl_scavenger/files/patch-gfx.c   (contents, props changed)

Added: head/games/sdl_scavenger/files/patch-gfx.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/sdl_scavenger/files/patch-gfx.c	Sat Aug 29 13:09:13 2020	(r546911)
@@ -0,0 +1,12 @@
+--- gfx.c.orig	2020-08-29 13:07:52 UTC
++++ gfx.c
+@@ -21,7 +21,8 @@ unsigned char mustlock=0,locked=0;
+ unsigned char blackcolor,whitecolor;
+ 
+ int pressedcodes[KEYMAX],downcodes[KEYMAX],numpressed=0,numdown=0;
+-int mousex,mousey,mouseb,mousebd;
++extern int mousex,mousey;
++int mouseb,mousebd;
+ 
+ unsigned char mymap[768],currentmap[768];
+ 


More information about the svn-ports-all mailing list