svn commit: r566031 - head/emulators/stonx/files

Dirk Meyer dinoex at FreeBSD.org
Fri Feb 19 06:32:05 UTC 2021


Author: dinoex
Date: Fri Feb 19 06:32:04 2021
New Revision: 566031
URL: https://svnweb.freebsd.org/changeset/ports/566031

Log:
  - fix build with clang11

Added:
  head/emulators/stonx/files/patch-x.c   (contents, props changed)

Added: head/emulators/stonx/files/patch-x.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/stonx/files/patch-x.c	Fri Feb 19 06:32:04 2021	(r566031)
@@ -0,0 +1,10 @@
+--- x.c.orig	2004-08-15 13:13:22 UTC
++++ x.c
+@@ -104,7 +104,6 @@ static unsigned long pixel_value[STE_COLORS];
+ unsigned long pixel_value_by_index[16];
+ static unsigned char pixel_index[16];
+ static int is_allocated[STE_COLORS];
+-SCRDEF scr_def[3];
+ static int scr_x, scr_y; /* x,y possition of STonX Main Window */
+ 
+ /* some interesting events: */


More information about the svn-ports-all mailing list