Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 18:07:12 +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: r546778 - head/games/crossfire-client/files
Message-ID:  <202008281807.07SI7Cwt016154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281807.07SI7Cwt016154>