svn commit: r550631 - in head/net/siproxd: . files

Stefan Eßer se at FreeBSD.org
Tue Sep 29 22:19:58 UTC 2020


Author: se
Date: Tue Sep 29 22:19:57 2020
New Revision: 550631
URL: https://svnweb.freebsd.org/changeset/ports/550631

Log:
  Fix build with -fno-common

Added:
  head/net/siproxd/files/patch-src_accessctl.c   (contents, props changed)
Modified:
  head/net/siproxd/Makefile

Modified: head/net/siproxd/Makefile
==============================================================================
--- head/net/siproxd/Makefile	Tue Sep 29 21:57:57 2020	(r550630)
+++ head/net/siproxd/Makefile	Tue Sep 29 22:19:57 2020	(r550631)
@@ -3,6 +3,7 @@
 
 PORTNAME=	siproxd
 PORTVERSION=	0.8.2
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	SF
 

Added: head/net/siproxd/files/patch-src_accessctl.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/siproxd/files/patch-src_accessctl.c	Tue Sep 29 22:19:57 2020	(r550631)
@@ -0,0 +1,11 @@
+--- src/accessctl.c.orig	2015-09-13 08:43:04 UTC
++++ src/accessctl.c
+@@ -34,7 +34,7 @@
+ static char const ident[]="$Id: accessctl.c 521 2015-09-13 08:43:04Z hb9xar $";
+ 
+ /* configuration storage */
+-struct siproxd_config configuration;
++extern struct siproxd_config configuration;
+ 
+ 
+ /*


More information about the svn-ports-all mailing list