svn commit: r469417 - head/audio/wavpack
Brooks Davis
brooks at FreeBSD.org
Tue May 8 21:29:43 UTC 2018
Author: brooks
Date: Tue May 8 21:29:42 2018
New Revision: 469417
URL: https://svnweb.freebsd.org/changeset/ports/469417
Log:
Switch to using clang 6.0 for FreeBSD 10.
I missed that this was still using clang 3.9 when I removed it.
Reported by: cperciva
Modified:
head/audio/wavpack/Makefile
Modified: head/audio/wavpack/Makefile
==============================================================================
--- head/audio/wavpack/Makefile Tue May 8 21:05:49 2018 (r469416)
+++ head/audio/wavpack/Makefile Tue May 8 21:29:42 2018 (r469417)
@@ -30,10 +30,10 @@ ASM_DESC= Optimized assembler routines (requires MMX o
.include <bsd.port.options.mk>
# ASM needs clang 3.8+
-# depend on llvm39 since it's more likely to be installed already than 3.8
+# depend on llvm60 since it's more likely to be installed already than 3.8
.if ${OSVERSION} < 1100101 && ${PORT_OPTIONS:MASM}
-BUILD_DEPENDS+= clang39:devel/llvm39
-CC= clang39
+BUILD_DEPENDS+= clang60:devel/llvm60
+CC= clang60
.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list