1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update 10.x build depend on clang to llvm60.

PR:		231288
Approved by:	maintainer timeout (15 days)
Sponsored by:	DARPA, AFRL
This commit is contained in:
Brooks Davis 2018-09-25 22:05:45 +00:00
parent 8f7373cb53
commit fb987c7c01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480700

View File

@ -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>