Date: Thu, 27 Aug 2020 17:11:23 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546369 - head/games/ace-of-penguins/files Message-ID: <202008271711.07RHBN25054277@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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[] = {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271711.07RHBN25054277>