mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
devel/llvm-cheri: fix type
Reported by: dvl
Fixes: 57f97b36a7
devel/llvm*: flip LICENSE_FILE_BSD3CLAUSE setting [NFC]
This commit is contained in:
parent
fbb5264bf8
commit
1afdc808e6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ MAINTAINER= brooks@FreeBSD.org
|
||||||
COMMENT?= LLVM and Clang with support for the CHERI architecture
|
COMMENT?= LLVM and Clang with support for the CHERI architecture
|
||||||
WWW?= https://cheri-cpu.org
|
WWW?= https://cheri-cpu.org
|
||||||
|
|
||||||
.if !defined(LLVM_SUFFIX} || ${LLVM_SUFFIX} == "-morello"
|
.if !defined(LLVM_SUFFIX) || ${LLVM_SUFFIX} == "-morello"
|
||||||
# XXX: really (LLVM_MAJOR < 16), but it's not defined here
|
# XXX: really (LLVM_MAJOR < 16), but it's not defined here
|
||||||
LICENSE_FILE_BSD3CLAUSE=${LICENSE_DIR}/utils/unittest/googletest/LICENSE.TXT
|
LICENSE_FILE_BSD3CLAUSE=${LICENSE_DIR}/utils/unittest/googletest/LICENSE.TXT
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue