aboutsummaryrefslogtreecommitdiff
path: root/net/mlvpn
diff options
context:
space:
mode:
authorOlivier Cochard <olivier@FreeBSD.org>2020-08-20 23:03:21 +0000
committerOlivier Cochard <olivier@FreeBSD.org>2020-08-20 23:03:21 +0000
commitc2b29d424f11ef23b977450bb2d2bbe611cde2e9 (patch)
treec203320f15b5ab023b059464ea2d51a3468fa62e /net/mlvpn
parent1f045f1f3c1280e3a78101e4d3b49455a743f793 (diff)
downloadports-c2b29d424f11ef23b977450bb2d2bbe611cde2e9.tar.gz
ports-c2b29d424f11ef23b977450bb2d2bbe611cde2e9.zip
Fix build on FreeBSD 13
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=545569
Diffstat (limited to 'net/mlvpn')
-rw-r--r--net/mlvpn/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/mlvpn/Makefile b/net/mlvpn/Makefile
index ab8e6bf0de87..e8059481f680 100644
--- a/net/mlvpn/Makefile
+++ b/net/mlvpn/Makefile
@@ -14,17 +14,20 @@ LICENSE_FILE= ${WRKSRC}/LICENCE
LIB_DEPENDS= libev.so:devel/libev \
libsodium.so:security/libsodium
+USES= autoreconf libtool pkgconfig localbase
+
USE_GITHUB= yes
GH_PROJECT= MLVPN
GH_ACCOUNT= zehome
-USES= autoreconf libtool pkgconfig localbase
GNU_CONFIGURE= yes
USERS= mlvpn
GROUPS= mlvpn
USE_RC_SUBR= mlvpn
+CFLAGS+= -fcommon
+
OPTIONS_DEFINE= CONTROL
CONTROL_DESC= Enable UNIX socket/HTTP json remote control API