Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Sep 2016 13:14:49 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422716 - head/net/vtun
Message-ID:  <201609241314.u8ODEn0V089146@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Sep 24 13:14:49 2016
New Revision: 422716
URL: https://svnweb.freebsd.org/changeset/ports/422716

Log:
  Adjust for a deficient ./configure script which fails to detect
  a working fork(2) and vfork(2).
  
  Tested by:	mat

Modified:
  head/net/vtun/Makefile

Modified: head/net/vtun/Makefile
==============================================================================
--- head/net/vtun/Makefile	Sat Sep 24 13:12:30 2016	(r422715)
+++ head/net/vtun/Makefile	Sat Sep 24 13:14:49 2016	(r422716)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vtun
 PORTVERSION=	3.0.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	SF
 
@@ -14,7 +14,8 @@ LICENSE=        GPLv2
 
 LIB_DEPENDS=	liblzo2.so:archivers/lzo2
 
-CFLAGS+=	-ansi -Wno-pointer-sign -I${LOCALBASE}/include
+CFLAGS+=	-ansi -Wno-pointer-sign -I${LOCALBASE}/include \
+		-DHAVE_WORKING_VFORK -DHAVE_WORKING_FORK
 USES=		ssl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=/var \



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