aboutsummaryrefslogtreecommitdiff
path: root/net/vtun
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2016-09-24 13:14:49 +0000
committerCy Schubert <cy@FreeBSD.org>2016-09-24 13:14:49 +0000
commit275bfd4eac095c133b106fd477698b71505fae2a (patch)
tree873384249cdd4cc711e294f7e30f2541ea5f34d1 /net/vtun
parentf73afe558b459e63a0ee4f0ac1dc661dd57e81c3 (diff)
downloadports-275bfd4eac095c133b106fd477698b71505fae2a.tar.gz
ports-275bfd4eac095c133b106fd477698b71505fae2a.zip
Adjust for a deficient ./configure script which fails to detect
a working fork(2) and vfork(2). Tested by: mat
Notes
Notes: svn path=/head/; revision=422716
Diffstat (limited to 'net/vtun')
-rw-r--r--net/vtun/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile
index 3451d6206f4c..a8ca58322d4f 100644
--- a/net/vtun/Makefile
+++ b/net/vtun/Makefile
@@ -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 \