svn commit: r546847 - head/deskutils/glabels/files

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 23:02:17 UTC 2020


Author: tcberner
Date: Fri Aug 28 23:02:16 2020
New Revision: 546847
URL: https://svnweb.freebsd.org/changeset/ports/546847

Log:
  deskutils/glabels: fix build on recent current

Added:
  head/deskutils/glabels/files/
  head/deskutils/glabels/files/patch-src_font-history.h   (contents, props changed)
  head/deskutils/glabels/files/patch-src_template-history.h   (contents, props changed)

Added: head/deskutils/glabels/files/patch-src_font-history.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/glabels/files/patch-src_font-history.h	Fri Aug 28 23:02:16 2020	(r546847)
@@ -0,0 +1,11 @@
+--- src/font-history.h.orig	2020-08-28 23:00:51 UTC
++++ src/font-history.h
+@@ -28,7 +28,7 @@
+ G_BEGIN_DECLS
+ 
+ 
+-glFontHistoryModel *gl_font_history;
++extern glFontHistoryModel *gl_font_history;
+ 
+ 
+ void            gl_font_history_init (void);

Added: head/deskutils/glabels/files/patch-src_template-history.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/glabels/files/patch-src_template-history.h	Fri Aug 28 23:02:16 2020	(r546847)
@@ -0,0 +1,11 @@
+--- src/template-history.h.orig	2020-08-28 23:00:22 UTC
++++ src/template-history.h
+@@ -28,7 +28,7 @@
+ G_BEGIN_DECLS
+ 
+ 
+-glTemplateHistoryModel *gl_template_history;
++extern glTemplateHistoryModel *gl_template_history;
+ 
+ 
+ void            gl_template_history_init (void);


More information about the svn-ports-head mailing list