svn commit: r546840 - head/x11/fbpanel/files

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 22:11:25 UTC 2020


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 */


More information about the svn-ports-head mailing list