Mark as broken on armvX. Pet portlint.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
f7577d9afe
commit
ab6673e79d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464585
1 changed files with 4 additions and 4 deletions
|
@ -11,6 +11,10 @@ PKGNAMESUFFIX= ${LLVM_SUFFIX}
|
|||
MAINTAINER= brooks@FreeBSD.org
|
||||
COMMENT= Low Level Virtual Machine
|
||||
|
||||
BROKEN_aarch64= fails to build
|
||||
BROKEN_armv6= fails to build: llvm-config.cpp:46:10: 'LibraryDependencies.inc' file not found
|
||||
BROKEN_armv7= fails to build: llvm-config.cpp:46:10: 'LibraryDependencies.inc' file not found
|
||||
|
||||
LLVM_SUFFIX= ${PORTVERSION:C/([0-9]\.[0-9]).*/\1/:S/.//g:C/r.//}
|
||||
LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX}
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
|
||||
|
@ -142,10 +146,6 @@ PLIST_FILES+= ${MAN1SRCS:S|^|man/man1/|:S|.1$|${LLVM_SUFFIX}.1.gz|}
|
|||
BROKEN= CMake support only works with clang
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "aarch64"
|
||||
BROKEN= Does not compile on aarch64
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
CONFIGURE_ARGS+= --enable-pic --with-pic
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue