Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2020 23:03:21 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545569 - head/net/mlvpn
Message-ID:  <202008202303.07KN3LKO027435@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier
Date: Thu Aug 20 23:03:21 2020
New Revision: 545569
URL: https://svnweb.freebsd.org/changeset/ports/545569

Log:
  Fix build on FreeBSD 13
  
  Reported by:	pkg-fallout

Modified:
  head/net/mlvpn/Makefile

Modified: head/net/mlvpn/Makefile
==============================================================================
--- head/net/mlvpn/Makefile	Thu Aug 20 22:38:49 2020	(r545568)
+++ head/net/mlvpn/Makefile	Thu Aug 20 23:03:21 2020	(r545569)
@@ -14,16 +14,19 @@ 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



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