summaryrefslogtreecommitdiff
path: root/media-video/gxine/files/gxine-0.5.909-fno-common.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
commit24fd814c326e282c4321965c31f341dad77e270d (patch)
tree033d63b33c21a3209964ab56005bb9bdd523630d /media-video/gxine/files/gxine-0.5.909-fno-common.patch
parent129160ec854dca4c3fedb5bcfbcb56930371da0f (diff)
gentoo resync : 08.01.2021
Diffstat (limited to 'media-video/gxine/files/gxine-0.5.909-fno-common.patch')
-rw-r--r--media-video/gxine/files/gxine-0.5.909-fno-common.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-video/gxine/files/gxine-0.5.909-fno-common.patch b/media-video/gxine/files/gxine-0.5.909-fno-common.patch
new file mode 100644
index 000000000000..32ad6c3770b2
--- /dev/null
+++ b/media-video/gxine/files/gxine-0.5.909-fno-common.patch
@@ -0,0 +1,22 @@
+https://bugs.gentoo.org/709306
+--- a/src/main.c
++++ b/src/main.c
+@@ -75,6 +75,7 @@
+ * globals
+ */
+
++extern int gxine_init_count;
+ int verbosity;
+ GtkWidget *app = NULL;
+ const char *plugindir, *bindir, *logodir, *pixmapdir, *icondir, *miscdir, *confdir;
+--- a/src/utils.h
++++ b/src/utils.h
+@@ -108,7 +108,7 @@ void do_pending_events (void);
+
+ const char *get_copyright_notice (void);
+
+-int gxine_init_count;
++extern int gxine_init_count;
+ static inline void gxine_init_add (GSourceFunc func, gpointer data)
+ {
+ ++gxine_init_count;