svn commit: r546778 - head/games/crossfire-client/files

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 18:07:13 UTC 2020


Author: tcberner
Date: Fri Aug 28 18:07:12 2020
New Revision: 546778
URL: https://svnweb.freebsd.org/changeset/ports/546778

Log:
  games/crossfire-client: fix build on recent current

Added:
  head/games/crossfire-client/files/
  head/games/crossfire-client/files/patch-gtk-v2_src_main.h   (contents, props changed)

Added: head/games/crossfire-client/files/patch-gtk-v2_src_main.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/crossfire-client/files/patch-gtk-v2_src_main.h	Fri Aug 28 18:07:12 2020	(r546778)
@@ -0,0 +1,11 @@
+--- gtk-v2/src/main.h.orig	2020-08-28 18:06:06 UTC
++++ gtk-v2/src/main.h
+@@ -34,7 +34,7 @@ extern int map_image_size, map_image_half_size, image_
+ #define DIALOG_FILENAME CF_DATADIR "/ui/dialogs.ui"
+ 
+ /** Path to the current UI file. */
+-char window_xml_file[MAX_BUF];
++extern char window_xml_file[MAX_BUF];
+ 
+ #define MAGIC_MAP_PAGE  1 /**< Notebook page of the magic map */
+ 


More information about the svn-ports-head mailing list