svn commit: r320974 - head/net/vde

William Grzybowski wg at FreeBSD.org
Fri Jun 14 22:32:17 UTC 2013


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>
 


More information about the svn-ports-all mailing list