diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index 1f39159a8e02..a0ccc45090de 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -3,6 +3,7 @@ PORTNAME= siproxd PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF diff --git a/net/siproxd/files/patch-src_accessctl.c b/net/siproxd/files/patch-src_accessctl.c new file mode 100644 index 000000000000..4fe0a3050725 --- /dev/null +++ b/net/siproxd/files/patch-src_accessctl.c @@ -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; + + + /*