aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2024-01-29 18:16:31 +0000
committerBrooks Davis <brooks@FreeBSD.org>2024-01-29 18:18:02 +0000
commit07456817ff75e4eff4a0ded21c649b66ed776843 (patch)
tree284e424f401468f7eff4e976c73215bf41e3dea3
parent2a22acd3a40701e6b5f76a2837f01540dd3960e8 (diff)
downloadports-07456817ff75e4eff4a0ded21c649b66ed776843.tar.gz
ports-07456817ff75e4eff4a0ded21c649b66ed776843.zip
devel/llvm-devel: fix lite flavor plist
-rw-r--r--devel/llvm-devel/Makefile2
-rw-r--r--devel/llvm-devel/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile
index ad354c1113e9..a9bb19a83ef1 100644
--- a/devel/llvm-devel/Makefile
+++ b/devel/llvm-devel/Makefile
@@ -243,7 +243,7 @@ USES+= gnome
.if ${PORT_OPTIONS:MCOMPILER_RT}
LLVM_ENABLE_PROJECTS+= compiler-rt
-COMPILER_RT_PATTERN= (sanitizer|include.xray|include\/(fuzzer|orc)|profile\/InstrProfData.inc)
+COMPILER_RT_PATTERN= (sanitizer|include.xray|include\/(fuzzer|orc)|profile\/InstrProfData.inc|profile\/instr_prof_interface.h)
.endif
.if ${PORT_OPTIONS:MEXTRAS}
diff --git a/devel/llvm-devel/pkg-plist b/devel/llvm-devel/pkg-plist
index fb607d7fcd18..9a8f6d2158a7 100644
--- a/devel/llvm-devel/pkg-plist
+++ b/devel/llvm-devel/pkg-plist
@@ -6071,7 +6071,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h
%%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/prfchiintrin.h
%%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/prfchwintrin.h
%%COMPILER_RT%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/profile/InstrProfData.inc
-%%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/profile/instr_prof_interface.h
+%%COMPILER_RT%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/profile/instr_prof_interface.h
%%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/ptwriteintrin.h
%%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/raointintrin.h
%%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/rdpruintrin.h