Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2015 20:43:37 +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: r378853 - head/net/vtun
Message-ID:  <201502112043.t1BKhbTA010256@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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