Fix build with -fno-common

This commit is contained in:
Stefan Eßer 2020-09-24 09:49:46 +00:00
parent ec43ef086e
commit 9354c0762a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549911
2 changed files with 14 additions and 1 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= geeqie
PORTVERSION= 1.5.1
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= graphics
MASTER_SITES= http://www.geeqie.org/

View file

@ -0,0 +1,13 @@
--- src/bar_exif.h.orig 2019-08-20 19:01:23 UTC
+++ src/bar_exif.h
@@ -29,8 +29,8 @@ void bar_pane_exif_entry_add_from_config(GtkWidget *pa
/* these are exposed for when duplication of the exif bar's text is needed */
-const gchar **bar_exif_key_list;
-const gint bar_exif_key_count;
+extern const gchar **bar_exif_key_list;
+extern const gint bar_exif_key_count;
GList *bar_pane_exif_list();
#endif