Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 09:49:46 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549911 - in head/graphics/geeqie: . files
Message-ID:  <202009240949.08O9nk4p084837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009240949.08O9nk4p084837>