diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-09-24 13:14:49 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-09-24 13:14:49 +0000 |
commit | 275bfd4eac095c133b106fd477698b71505fae2a (patch) | |
tree | 873384249cdd4cc711e294f7e30f2541ea5f34d1 /net/vtun | |
parent | f73afe558b459e63a0ee4f0ac1dc661dd57e81c3 (diff) |
Notes
Diffstat (limited to 'net/vtun')
-rw-r--r-- | net/vtun/Makefile | 5 |
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 \ |