svn commit: r461527 - in head: graphics/libbpg multimedia/ccextractor multimedia/ffmpeg multimedia/gstreamer1-plugins-x265 multimedia/handbrake multimedia/vlc multimedia/x265 x11/xpra
Jan Beich
jbeich at FreeBSD.org
Sun Feb 11 21:51:07 UTC 2018
Jan Beich <jbeich at FreeBSD.org> writes:
> Guido Falsi <madpilot at FreeBSD.org> writes:
>
>> +.include <bsd.port.pre.mk>
>>
>> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100052
>> +BUILD_DEPENDS+= ${LOCALBASE}/bin/clang50:devel/llvm50
>> +CPP= ${LOCALBASE}/bin/clang-cpp50
>> +CC= ${LOCALBASE}/bin/clang50
>> +CXX= ${LOCALBASE}/bin/clang++50
>> +.endif
>
> Why not USES=compiler:c++14-lang ?
Another issue is mips*, powerpc* and sparc64 cannot use Clang on FreeBSD 10.*.
More information about the svn-ports-all
mailing list