Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2013 13:55:20 +0000 (UTC)
From:      "Alexander V. Chernikov" <melifaro@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310270 - in head/net: bird bird6
Message-ID:  <201301121355.r0CDtKuI046694@svn.freebsd.org>

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



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