aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2018-09-26 06:05:45 +0800
committerbrooks <brooks@FreeBSD.org>2018-09-26 06:05:45 +0800
commit98c3133bdde51856cfc0801ddf52d44ee36762a2 (patch)
tree1695d0bf13a261f838796ab4de01ad51f68fbee2 /cad
parent17ac96d336c3e1fdef9665d8f3c3a3cae56e7530 (diff)
downloadfreebsd-ports-gnome-98c3133bdde51856cfc0801ddf52d44ee36762a2.tar.gz
freebsd-ports-gnome-98c3133bdde51856cfc0801ddf52d44ee36762a2.tar.zst
freebsd-ports-gnome-98c3133bdde51856cfc0801ddf52d44ee36762a2.zip
Update 10.x build depend on clang to llvm60.
PR: 231288 Approved by: maintainer timeout (15 days) Sponsored by: DARPA, AFRL
Diffstat (limited to 'cad')
-rw-r--r--cad/sumo/Makefile6
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>