svn commit: r310270 - in head/net: bird bird6

Alexander V. Chernikov melifaro at FreeBSD.org
Sat Jan 12 13:55:20 UTC 2013


Author: melifaro (src committer)
Date: Sat Jan 12 13:55:20 2013
New Revision: 310270
URL: http://svnweb.freebsd.org/changeset/ports/310270

Log:
  Fix building bird with clang
  
  PR:		ports/173942
  Submitted by:	Olivier Cochard-Labbe <olivier at cochard.me>
  Approved by:	az

Modified:
  head/net/bird/Makefile
  head/net/bird6/Makefile

Modified: head/net/bird/Makefile
==============================================================================
--- head/net/bird/Makefile	Sat Jan 12 12:16:03 2013	(r310269)
+++ head/net/bird/Makefile	Sat Jan 12 13:55:20 2013	(r310270)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 USE_BISON=	build
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_GCC=	4.2+
+USE_CSTD=	gnu89
 
 OPTIONS_DEFINE=	FIBS FIREWALL AGG
 FIBS_DESC=	Enable multiple fib support

Modified: head/net/bird6/Makefile
==============================================================================
--- head/net/bird6/Makefile	Sat Jan 12 12:16:03 2013	(r310269)
+++ head/net/bird6/Makefile	Sat Jan 12 13:55:20 2013	(r310270)
@@ -19,7 +19,7 @@ USE_BISON=	build
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-ipv6
-USE_GCC=	4.2+
+USE_CSTD=	gnu89
 
 MAKE_JOBS_UNSAFE=	yes
 


More information about the svn-ports-head mailing list