svn commit: r546369 - head/games/ace-of-penguins/files

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 17:11:24 UTC 2020


Author: tcberner
Date: Thu Aug 27 17:11:23 2020
New Revision: 546369
URL: https://svnweb.freebsd.org/changeset/ports/546369

Log:
  games/ace-of-penguins: fix build on recent current

Added:
  head/games/ace-of-penguins/files/patch-lib_table.c   (contents, props changed)

Added: head/games/ace-of-penguins/files/patch-lib_table.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/ace-of-penguins/files/patch-lib_table.c	Thu Aug 27 17:11:23 2020	(r546369)
@@ -0,0 +1,11 @@
+--- lib/table.c.orig	2020-08-27 17:10:12 UTC
++++ lib/table.c
+@@ -57,7 +57,7 @@ static int ex=0, ey=0, ew=0, eh=0;
+ static int graphics_disabled = 1;
+ 
+ OptionDesc *app_options;
+-OptionDesc *xwin_options;
++extern OptionDesc *xwin_options;
+ static OptionDesc *options[5];
+ 
+ static OptionDesc ace_options[] = {


More information about the svn-ports-all mailing list