svn commit: r550730 - in head/editors/hexer: . files

Stefan Eßer se at FreeBSD.org
Wed Sep 30 18:25:04 UTC 2020


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.
+    */
+ 


More information about the svn-ports-head mailing list