summaryrefslogtreecommitdiff
path: root/media-video/gxine/files/gxine-0.5.909-fno-common.patch
diff options
context:
space:
mode:
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, 0 insertions, 22 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
deleted file mode 100644
index 32ad6c3770b2..000000000000
--- a/media-video/gxine/files/gxine-0.5.909-fno-common.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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;