svn commit: r378853 - head/net/vtun

Cy Schubert cy at FreeBSD.org
Wed Feb 11 20:43:37 UTC 2015


Author: cy
Date: Wed Feb 11 20:43:36 2015
New Revision: 378853
URL: https://svnweb.freebsd.org/changeset/ports/378853
QAT: https://qat.redports.org/buildarchive/r378853/

Log:
  Fix recent build errors.

Modified:
  head/net/vtun/Makefile

Modified: head/net/vtun/Makefile
==============================================================================
--- head/net/vtun/Makefile	Wed Feb 11 20:28:35 2015	(r378852)
+++ head/net/vtun/Makefile	Wed Feb 11 20:43:36 2015	(r378853)
@@ -11,6 +11,7 @@ COMMENT=	Virtual Tunnels over TCP/IP net
 
 LIB_DEPENDS=	liblzo2.so:${PORTSDIR}/archivers/lzo2
 
+CFLAGS+=	-ansi -Wno-pointer-sign -I${LOCALBASE}/include
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=/var \


More information about the svn-ports-all mailing list