diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2018-09-25 22:05:45 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2018-09-25 22:05:45 +0000 |
commit | fb987c7c014c24dbe09aeab2db6b6c11a00148df (patch) | |
tree | 1695d0bf13a261f838796ab4de01ad51f68fbee2 /cad/sumo | |
parent | 8f7373cb535d49ac4f48a031edcd880b8bd57f09 (diff) |
Update 10.x build depend on clang to llvm60.
PR: 231288
Approved by: maintainer timeout (15 days)
Sponsored by: DARPA, AFRL
Notes
Notes:
svn path=/head/; revision=480700
Diffstat (limited to 'cad/sumo')
-rw-r--r-- | cad/sumo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/sumo/Makefile b/cad/sumo/Makefile index 120d22cccb13..fd8133fb3a05 100644 --- a/cad/sumo/Makefile +++ b/cad/sumo/Makefile @@ -47,9 +47,9 @@ do-install-DOCS-on: .include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 -BUILD_DEPENDS+= clang40:devel/llvm40 -CC= clang40 -CXX= clang++40 # fails to build with the default compiler on 10 +BUILD_DEPENDS+= clang60:devel/llvm60 +CC= clang60 +CXX= clang++60 # fails to build with the default compiler on 10 .endif .include <bsd.port.post.mk> |