On FreeBSD 8 clang will need a newer version of binutils.

Reported by:	dbn
This commit is contained in:
Baptiste Daroussin 2013-11-12 09:25:43 +00:00
parent a3ac7b49ee
commit a23ec7269c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333554

View File

@ -126,6 +126,9 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/clang33:${PORTSDIR}/lang/clang33
CPP= ${LOCALBASE}/bin/clang-cpp33
CC= ${LOCALBASE}/bin/clang33
CXX= ${LOCALBASE}/bin/clang++33
.if ${OSVERSION} < 900033
USE_BINUTILS= yes
.endif
.endif
.endif
.endif
@ -140,6 +143,9 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/clang33:${PORTSDIR}/lang/clang33
CPP= ${LOCALBASE}/bin/clang-cpp33
CC= ${LOCALBASE}/bin/clang33
CXX= ${LOCALBASE}/bin/clang++33
.if ${OSVERSION} < 900033
USE_BINUTILS= yes
.endif
.endif
.endif
.endif