Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 18:25:03 +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: r550730 - in head/editors/hexer: . files
Message-ID:  <202009301825.08UIP31f000804@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Wed Sep 30 18:25:03 2020
New Revision: 550730
URL: https://svnweb.freebsd.org/changeset/ports/550730

Log:
  Fix build with -fno-common

Added:
  head/editors/hexer/files/
  head/editors/hexer/files/patch-tio.h   (contents, props changed)
Modified:
  head/editors/hexer/Makefile

Modified: head/editors/hexer/Makefile
==============================================================================
--- head/editors/hexer/Makefile	Wed Sep 30 18:20:55 2020	(r550729)
+++ head/editors/hexer/Makefile	Wed Sep 30 18:25:03 2020	(r550730)
@@ -2,6 +2,7 @@
 
 PORTNAME=	hexer
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	http://devel.ringlet.net/files/editors/hexer/ \
 		LOCAL/ehaupt

Added: head/editors/hexer/files/patch-tio.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/hexer/files/patch-tio.h	Wed Sep 30 18:25:03 2020	(r550730)
@@ -0,0 +1,11 @@
+--- tio.h.orig	2016-10-16 14:22:45 UTC
++++ tio.h
+@@ -111,7 +111,7 @@ extern struct t_keynames_s {
+   char *name;
+ } t_keynames[];
+ 
+-void (*error_msg)( const char *, ... ) __printflike(1, 2);
++extern void (*error_msg)( const char *, ... ) __printflike(1, 2);
+   /* Pointer to the error message function.
+    */
+ 



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