summaryrefslogtreecommitdiff
path: root/dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-01 15:05:02 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-01 15:05:02 +0000
commite523ebcd50638ebe53f8f425d126bfa7385703b5 (patch)
treea8202f9224bd577afe09c919786f8836cf4a2a7c /dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch
parentd88834e7a12432c4e2d04ca7e938a66e25811f89 (diff)
gentoo auto-resync : 01:02:2023 - 15:05:01
Diffstat (limited to 'dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch')
-rw-r--r--dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch b/dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch
deleted file mode 100644
index 6e908847a54f..000000000000
--- a/dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: comgr/src/comgr-env.cpp
-===================================================================
---- comgr.orig/src/comgr-env.cpp
-+++ comgr/src/comgr-env.cpp
-@@ -247,6 +247,9 @@ InstallationDetector *getDetectorImpl()
- if (EnvROCMPath) {
- ROCmInstallPath = EnvROCMPath;
- }
-+ else {
-+ ROCmInstallPath = "@GENTOO_PORTAGE_EPREFIX@/usr";
-+ }
-
- InstallationDetector *Detector;
- if (ROCmInstallPath == "") {