Date: Fri, 19 Feb 2021 06:32:04 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566031 - head/emulators/stonx/files Message-ID: <202102190632.11J6W4c2062631@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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: */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102190632.11J6W4c2062631>