aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-01-14 16:51:53 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-01-14 16:51:53 +0000
commitff5cc300f44abef42dfa6013266581b917fb71bb (patch)
treebb47c08710f16c11f65a4623c40ab6fa64c79449 /devel
parentd681fdeaab9942cd9a49ea51e3efd4159fc2fe52 (diff)
downloadports-ff5cc300f44abef42dfa6013266581b917fb71bb.tar.gz
ports-ff5cc300f44abef42dfa6013266581b917fb71bb.zip
devel/ispc: Make LLVM_VERSION overridable
PR: 261185
Diffstat (limited to 'devel')
-rw-r--r--devel/ispc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ispc/Makefile b/devel/ispc/Makefile
index 8ed00522aaf9..05624cbf9db3 100644
--- a/devel/ispc/Makefile
+++ b/devel/ispc/Makefile
@@ -61,7 +61,7 @@ GENX_PLIST_FILES= include/ispcrt/ispcrt.h \
#LLVM_VERSION= ${LLVM_DEFAULT}
#.endif
-LLVM_VERSION= 11 # 13 fails on some systems with: Assertion failed: (PointeeType && "Must specify element type"), function Create
+LLVM_VERSION?= 11 # 13 fails on some systems with: Assertion failed: (PointeeType && "Must specify element type"), function Create
do-test: # some tests fail: https://github.com/ispc/ispc/issues/1868
@cd ${WRKSRC} && ISPC_HOME=${BUILD_WRKSRC}/bin ./run_tests.py