summaryrefslogtreecommitdiff
path: root/sci-geosciences/viking/files/viking-1.7-no-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences/viking/files/viking-1.7-no-common.patch')
-rw-r--r--sci-geosciences/viking/files/viking-1.7-no-common.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-geosciences/viking/files/viking-1.7-no-common.patch b/sci-geosciences/viking/files/viking-1.7-no-common.patch
new file mode 100644
index 000000000000..bf49709dc865
--- /dev/null
+++ b/sci-geosciences/viking/files/viking-1.7-no-common.patch
@@ -0,0 +1,13 @@
+--- a/src/babel.h.orig 2020-02-06 07:22:12.924565811 +0100
++++ b/src/babel.h 2020-02-06 07:22:25.092329302 +0100
+@@ -109,8 +109,8 @@
+ gchar *label;
+ } BabelFile;
+
+-GList *a_babel_file_list;
+-GList *a_babel_device_list;
++extern GList *a_babel_file_list;
++extern GList *a_babel_device_list;
+
+ void a_babel_foreach_file_with_mode (BabelMode mode, GFunc func, gpointer user_data);
+ void a_babel_foreach_file_read_any (GFunc func, gpointer user_data);