svn commit: r549911 - in head/graphics/geeqie: . files

Stefan Eßer se at FreeBSD.org
Thu Sep 24 09:49:47 UTC 2020


Author: se
Date: Thu Sep 24 09:49:46 2020
New Revision: 549911
URL: https://svnweb.freebsd.org/changeset/ports/549911

Log:
  Fix build with -fno-common

Added:
  head/graphics/geeqie/files/patch-src_bar__exif.h   (contents, props changed)
Modified:
  head/graphics/geeqie/Makefile

Modified: head/graphics/geeqie/Makefile
==============================================================================
--- head/graphics/geeqie/Makefile	Thu Sep 24 09:34:01 2020	(r549910)
+++ head/graphics/geeqie/Makefile	Thu Sep 24 09:49:46 2020	(r549911)
@@ -3,7 +3,7 @@
 
 PORTNAME=	geeqie
 PORTVERSION=	1.5.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.geeqie.org/
 

Added: head/graphics/geeqie/files/patch-src_bar__exif.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/geeqie/files/patch-src_bar__exif.h	Thu Sep 24 09:49:46 2020	(r549911)
@@ -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


More information about the svn-ports-all mailing list