Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2020 22:19:58 +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: r550631 - in head/net/siproxd: . files
Message-ID:  <202009292219.08TMJwi8047341@repo.freebsd.org>

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



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