diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 17:11:23 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 17:11:23 +0000 |
commit | 7f816f6e0f6bddb2451a502c545b01ec2aef64d8 (patch) | |
tree | 80e0f62ee1a0c9dfe5f3f0c962161cd6e20e3289 /games/ace-of-penguins/files | |
parent | ae7a743fbecd35f82325288c8bb86b35d9425cd3 (diff) | |
download | ports-7f816f6e0f6bddb2451a502c545b01ec2aef64d8.tar.gz ports-7f816f6e0f6bddb2451a502c545b01ec2aef64d8.zip |
games/ace-of-penguins: fix build on recent current
Notes
Notes:
svn path=/head/; revision=546369
Diffstat (limited to 'games/ace-of-penguins/files')
-rw-r--r-- | games/ace-of-penguins/files/patch-lib_table.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/ace-of-penguins/files/patch-lib_table.c b/games/ace-of-penguins/files/patch-lib_table.c new file mode 100644 index 000000000000..241aefc72d18 --- /dev/null +++ b/games/ace-of-penguins/files/patch-lib_table.c @@ -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[] = { |