devel/llvm-cheri: fix type

Reported by:	dvl
Fixes:		57f97b36a7 devel/llvm*: flip LICENSE_FILE_BSD3CLAUSE setting [NFC]
This commit is contained in:
Brooks Davis 2025-01-04 00:32:14 +00:00
parent fbb5264bf8
commit 1afdc808e6

View file

@ -8,7 +8,7 @@ MAINTAINER= brooks@FreeBSD.org
COMMENT?= LLVM and Clang with support for the CHERI architecture
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
LICENSE_FILE_BSD3CLAUSE=${LICENSE_DIR}/utils/unittest/googletest/LICENSE.TXT
.endif