Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2013 22:32:17 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320974 - head/net/vde
Message-ID:  <201306142232.r5EMWHGt003574@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Fri Jun 14 22:32:16 2013
New Revision: 320974
URL: http://svnweb.freebsd.org/changeset/ports/320974

Log:
  net/vde: fix build with clang
  
  - Fix build with clang, use gnu89 C std
  
  Approved by:	culot / jpaetzel (mentors, implicit)

Modified:
  head/net/vde/Makefile

Modified: head/net/vde/Makefile
==============================================================================
--- head/net/vde/Makefile	Fri Jun 14 22:31:25 2013	(r320973)
+++ head/net/vde/Makefile	Fri Jun 14 22:32:16 2013	(r320974)
@@ -14,6 +14,7 @@ CONFLICTS=	vde2-[0-9]*
 
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
+USE_CSTD=	gnu89
 
 .include <bsd.port.pre.mk>
 



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