aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2022-12-21 00:47:58 +0000
committerBrooks Davis <brooks@FreeBSD.org>2022-12-21 00:47:58 +0000
commit28e16e4e8f326d13051db1a190d9ac7e899b16e8 (patch)
tree24ff621548be526c2d7d10b2c09a102fb9eeedb9
parente5fd12d9aa3554339b1bc10884d3ead7fed166c4 (diff)
downloadports-28e16e4e8f326d13051db1a190d9ac7e899b16e8.tar.gz
ports-28e16e4e8f326d13051db1a190d9ac7e899b16e8.zip
devel/llvm-devel: add missing patch
I'd failed to git add this file. Fortunatly this results in a configure error so not too many cycles will be wasted.
-rw-r--r--devel/llvm-devel/files/patch-openmp_libomptarget_plugins-nextgen_amdgpu_CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/llvm-devel/files/patch-openmp_libomptarget_plugins-nextgen_amdgpu_CMakeLists.txt b/devel/llvm-devel/files/patch-openmp_libomptarget_plugins-nextgen_amdgpu_CMakeLists.txt
new file mode 100644
index 000000000000..5b65cfa95fd8
--- /dev/null
+++ b/devel/llvm-devel/files/patch-openmp_libomptarget_plugins-nextgen_amdgpu_CMakeLists.txt
@@ -0,0 +1,11 @@
+--- openmp/libomptarget/plugins-nextgen/amdgpu/CMakeLists.txt.orig
++++ openmp/libomptarget/plugins-nextgen/amdgpu/CMakeLists.txt
+@@ -90,7 +90,7 @@
+
+ NO_INSTALL_RPATH
+ )
+-add_dependencies(omptarget.rtl.amdgpu.nextgen omptarget.devicertl.amdgpu)
++#add_dependencies(omptarget.rtl.amdgpu.nextgen omptarget.devicertl.amdgpu)
+
+ target_include_directories(
+ omptarget.rtl.amdgpu.nextgen