Fix build with -fno-common
This commit is contained in:
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
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= geeqie
|
||||
PORTVERSION= 1.5.1
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.geeqie.org/
|
||||
|
||||
|
|
13
graphics/geeqie/files/patch-src_bar__exif.h
Normal file
13
graphics/geeqie/files/patch-src_bar__exif.h
Normal 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
|
Loading…
Reference in a new issue