svn commit: r545569 - head/net/mlvpn

Olivier Cochard olivier at FreeBSD.org
Thu Aug 20 23:03:22 UTC 2020


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


More information about the svn-ports-all mailing list