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

Boris Samorodov bsam at FreeBSD.org
Sun Aug 30 19:47:27 UTC 2020


Author: bsam
Date: Sun Aug 30 19:47:27 2020
New Revision: 547076
URL: https://svnweb.freebsd.org/changeset/ports/547076

Log:
  x11/fbpanel: fix build with -fno-common
  
  The patch taken from Fedora.

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:44:10 2020	(r547075)
+++ head/x11/fbpanel/files/patch-panel_plugin.h	Sun Aug 30 19:47:27 2020	(r547076)
@@ -1,11 +1,11 @@
---- panel/plugin.h.orig	2020-08-28 22:09:44 UTC
+--- panel/plugin.h.orig	2020-08-30 19:42:52 UTC
 +++ panel/plugin.h
 @@ -9,7 +9,7 @@
  #include <stdio.h>
  #include "panel.h"
  
 -struct _plugin_instance *stam;
-+extern struct _plugin_instance *stam;
++struct _plugin_instance;
  
  typedef struct {
      /* common */


More information about the svn-ports-head mailing list