Date: Fri, 28 Aug 2020 22:11:25 +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: r546840 - head/x11/fbpanel/files Message-ID: <202008282211.07SMBPB3074632@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Fri Aug 28 22:11:24 2020 New Revision: 546840 URL: https://svnweb.freebsd.org/changeset/ports/546840 Log: x11/fbpanel: fix build on recent current Added: head/x11/fbpanel/files/patch-panel_plugin.c (contents, props changed) head/x11/fbpanel/files/patch-panel_plugin.h (contents, props changed) Added: head/x11/fbpanel/files/patch-panel_plugin.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/fbpanel/files/patch-panel_plugin.c Fri Aug 28 22:11:24 2020 (r546840) @@ -0,0 +1,10 @@ +--- panel/plugin.c.orig 2020-08-28 22:09:44 UTC ++++ panel/plugin.c +@@ -17,6 +17,7 @@ + //#define DEBUGPRN + #include "dbg.h" + extern panel *the_panel; ++struct _plugin_instance *stam; + + + /**************************************************************/ Added: head/x11/fbpanel/files/patch-panel_plugin.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/fbpanel/files/patch-panel_plugin.h Fri Aug 28 22:11:24 2020 (r546840) @@ -0,0 +1,11 @@ +--- panel/plugin.h.orig 2020-08-28 22:09:44 UTC ++++ panel/plugin.h +@@ -9,7 +9,7 @@ + #include <stdio.h> + #include "panel.h" + +-struct _plugin_instance *stam; ++extern struct _plugin_instance *stam; + + typedef struct { + /* common */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008282211.07SMBPB3074632>