svn commit: r554043 - head/lang/spidermonkey78
Steve Wills
swills at FreeBSD.org
Wed Nov 4 01:00:36 UTC 2020
Author: swills
Date: Wed Nov 4 01:00:35 2020
New Revision: 554043
URL: https://svnweb.freebsd.org/changeset/ports/554043
Log:
lang/spidermonkey78: fix LLVM test
Modified:
head/lang/spidermonkey78/Makefile (contents, props changed)
Modified: head/lang/spidermonkey78/Makefile
==============================================================================
--- head/lang/spidermonkey78/Makefile Wed Nov 4 00:54:34 2020 (r554042)
+++ head/lang/spidermonkey78/Makefile Wed Nov 4 01:00:35 2020 (r554043)
@@ -71,7 +71,7 @@ CPP= ${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT}
CC= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}
CXX= ${LOCALBASE}/bin/clang++${LLVM_DEFAULT}
BUILD_DEPENDS+= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
-.if ${LLVM_DEFAULT} < 90
+.if ${LLVM_DEFAULT:M[678]0}
BROKEN= LLVM 9.0 or higher required
.endif
.endif
More information about the svn-ports-head
mailing list