summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-18 13:15:19 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-19 15:00:01 +0100
commit6a3c76e5a7d7f1519b5a943e3ae725c127f2675d (patch)
tree70f5a3de3ac00c3bd7b5e8b15a4f5d19a9d1a682 /dev-util/hip/files/hip-3.9.0-lpl_ca-add-include.patch
parentdev-libs/rocr-runtime: drop versions 3* and 4* (diff)
downloadgentoo-6a3c76e5a7d7f1519b5a943e3ae725c127f2675d.tar.gz
gentoo-6a3c76e5a7d7f1519b5a943e3ae725c127f2675d.tar.bz2
gentoo-6a3c76e5a7d7f1519b5a943e3ae725c127f2675d.zip
dev-util/hip: drop versions 3* and 4*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/hip/files/hip-3.9.0-lpl_ca-add-include.patch')
-rw-r--r--dev-util/hip/files/hip-3.9.0-lpl_ca-add-include.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-util/hip/files/hip-3.9.0-lpl_ca-add-include.patch b/dev-util/hip/files/hip-3.9.0-lpl_ca-add-include.patch
deleted file mode 100644
index bebe6f0f4ecc..000000000000
--- a/dev-util/hip/files/hip-3.9.0-lpl_ca-add-include.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/lpl_ca/CMakeLists.txt 2020-11-15 11:47:55.091788901 +0100
-+++ b/lpl_ca/CMakeLists.txt 2020-11-15 11:49:14.881788597 +0100
-@@ -17,6 +17,7 @@
- ${PROJECT_SOURCE_DIR}/src
- PRIVATE
- $<TARGET_PROPERTY:amdrocclr_static,INTERFACE_INCLUDE_DIRECTORIES>)
-+target_include_directories(lpl SYSTEM PUBLIC /usr/include/rocclr/elf)
-
- target_compile_options(lpl PUBLIC -Wall)
- target_link_libraries(lpl PUBLIC pthread)