aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2016-10-03 04:52:29 +0800
committercy <cy@FreeBSD.org>2016-10-03 04:52:29 +0800
commitb6111ee34e0b8393ff91878d7e4c7cce1835ced4 (patch)
tree00101211dfbbc284cd609dad24fc43aa51040076
parentcdcb3401392bea6f30d9c2deaa00941ce52b7f8c (diff)
downloadfreebsd-ports-gnome-b6111ee34e0b8393ff91878d7e4c7cce1835ced4.tar.gz
freebsd-ports-gnome-b6111ee34e0b8393ff91878d7e4c7cce1835ced4.tar.zst
freebsd-ports-gnome-b6111ee34e0b8393ff91878d7e4c7cce1835ced4.zip
Upline (Bishop Clark, bishopolis@gmail.com) says that the
configure script was stale and that "aclocal&autoconf" will fix it. This indeed fixes ./configure not detcting a working fork() and vfork(). He will update the readme in the tarball. Recommended by: Bishop Clark <bishopolis@gmail.com> vtun upline
-rw-r--r--net/vtun/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile
index a8ca58322d4f..0e2aa67d3a34 100644
--- a/net/vtun/Makefile
+++ b/net/vtun/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vtun
PORTVERSION= 3.0.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= SF
@@ -14,9 +14,8 @@ LICENSE= GPLv2
LIB_DEPENDS= liblzo2.so:archivers/lzo2
-CFLAGS+= -ansi -Wno-pointer-sign -I${LOCALBASE}/include \
- -DHAVE_WORKING_VFORK -DHAVE_WORKING_FORK
-USES= ssl
+CFLAGS+= -ansi -Wno-pointer-sign -I${LOCALBASE}/include
+USES= ssl autoreconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var \
--with-ssl-headers=${OPENSSLINC} \