diff options
author | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2013-01-12 13:55:20 +0000 |
---|---|---|
committer | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2013-01-12 13:55:20 +0000 |
commit | 21640d37d229efae066e2edffcba66c95c91ebde (patch) | |
tree | bc62fdcde1ebb4707e5d4536a9e9e35e0b22cf5b /net/bird6 | |
parent | 46a08071df120c0287e465a491c08199c6afb8c2 (diff) |
Fix building bird with clang
PR: ports/173942
Submitted by: Olivier Cochard-Labbe <olivier at cochard.me>
Approved by: az
Notes
Notes:
svn path=/head/; revision=310270
Diffstat (limited to 'net/bird6')
-rw-r--r-- | net/bird6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bird6/Makefile b/net/bird6/Makefile index da0afb4254a7..473de9aa4d8d 100644 --- a/net/bird6/Makefile +++ b/net/bird6/Makefile @@ -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 |