CTSRD-CHERI / cheribsd-ports

FreeBSD ports tree adapted for CheriBSD.
https://CheriBSD.org
Other
5 stars 11 forks source link

devel/llvm-base: depend on the absolute clang path #128

Closed kwitaszczyk closed 7 months ago

kwitaszczyk commented 7 months ago

Mk/Scripts/actual-package-depends.sh removes a dependency on clang if it is found in $PATH and does not belong to any package.

Since FreeBSD does include clang in the base system and hence it would find it in $PATH as well, change the dependency on clang to use its absolute path rather than a binary name.