Date: Sun, 30 Aug 2020 19:47:27 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547076 - head/x11/fbpanel/files Message-ID: <202008301947.07UJlRNk075540@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008301947.07UJlRNk075540>