aboutsummaryrefslogtreecommitdiff
path: root/graphics/geeqie
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-09-24 09:49:46 +0000
committerStefan Eßer <se@FreeBSD.org>2020-09-24 09:49:46 +0000
commit9354c0762ad36f2a4250f6ba432249bebd2587d4 (patch)
treeed1ec2425e4fd4444a7b783c5380abbca8c88a0f /graphics/geeqie
parentec43ef086e753c219686c89ebd0dc09a24b5234a (diff)
downloadports-9354c0762ad36f2a4250f6ba432249bebd2587d4.tar.gz
ports-9354c0762ad36f2a4250f6ba432249bebd2587d4.zip
Fix build with -fno-common
Notes
Notes: svn path=/head/; revision=549911
Diffstat (limited to 'graphics/geeqie')
-rw-r--r--graphics/geeqie/Makefile2
-rw-r--r--graphics/geeqie/files/patch-src_bar__exif.h13
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile
index 3169816d5e20..062361bbc7e5 100644
--- a/graphics/geeqie/Makefile
+++ b/graphics/geeqie/Makefile
@@ -3,7 +3,7 @@
PORTNAME= geeqie
PORTVERSION= 1.5.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= graphics
MASTER_SITES= http://www.geeqie.org/
diff --git a/graphics/geeqie/files/patch-src_bar__exif.h b/graphics/geeqie/files/patch-src_bar__exif.h
new file mode 100644
index 000000000000..934352cf9b04
--- /dev/null
+++ b/graphics/geeqie/files/patch-src_bar__exif.h
@@ -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