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

Boris Samorodov bsam at FreeBSD.org
Sun Aug 30 19:57:41 UTC 2020


Author: bsam
Date: Sun Aug 30 19:57:40 2020
New Revision: 547077
URL: https://svnweb.freebsd.org/changeset/ports/547077

Log:
  x11/fbpanel: revert previous commit. The port gas been already fixed.

Modified:
  head/x11/fbpanel/files/patch-panel_plugin.h

Modified: head/x11/fbpanel/files/patch-panel_plugin.h
==============================================================================
--- head/x11/fbpanel/files/patch-panel_plugin.h	Sun Aug 30 19:47:27 2020	(r547076)
+++ head/x11/fbpanel/files/patch-panel_plugin.h	Sun Aug 30 19:57:40 2020	(r547077)
@@ -1,11 +1,11 @@
---- panel/plugin.h.orig	2020-08-30 19:42:52 UTC
+--- 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;
-+struct _plugin_instance;
++extern struct _plugin_instance *stam;
  
  typedef struct {
      /* common */


More information about the svn-ports-head mailing list