Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 14:42:40 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546917 - head/x11/roxterm/files
Message-ID:  <202008291442.07TEgea0091784@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sat Aug 29 14:42:40 2020
New Revision: 546917
URL: https://svnweb.freebsd.org/changeset/ports/546917

Log:
  x11/roxterm: Fix build with -fno-common
  
  Add an upstream patch to fix the build of x11/roxterm with -fno-common,
  which is the default with llvm 11.
  
  MFH:		2020Q3

Added:
  head/x11/roxterm/files/
  head/x11/roxterm/files/patch-8155abba.c   (contents, props changed)

Added: head/x11/roxterm/files/patch-8155abba.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/roxterm/files/patch-8155abba.c	Sat Aug 29 14:42:40 2020	(r546917)
@@ -0,0 +1,13 @@
+diff --git a/src/multitab.h b/src/multitab.h
+index 3fd4f39..5934c0e 100644
+--- src/multitab.h
++++ src/multitab.h
+@@ -104,7 +104,7 @@ typedef gboolean (*MultiWinDeleteHandler)(GtkWidget *, GdkEvent *,
+ typedef gboolean (*MultiTabGetShowCloseButton)(gpointer user_data);
+ 
+ /* Needed externally */
+-MultiWinGetDisableMenuShortcuts multi_win_get_disable_menu_shortcuts;
++extern MultiWinGetDisableMenuShortcuts multi_win_get_disable_menu_shortcuts;
+ 
+ /* Whether to open a new tab adjacent to current one */
+ typedef gboolean (*MultiTabGetNewTabAdjacent)(gpointer user_data);



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