commit:     551e21f67cfdeb25d6c04d5b66bec0bc9308d248
Author:     Yiyang Wu <xgreenlandforwyy <AT> gmail <DOT> com>
AuthorDate: Sun Oct 22 00:41:25 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 08:14:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551e21f6

dev-util/hip: prefixify cmake variables

Closes: https://bugs.gentoo.org/916062
Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33437
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-util/hip/hip-5.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/hip/hip-5.7.1.ebuild b/dev-util/hip/hip-5.7.1.ebuild
index bf7dd830e283..53bce91a3f33 100644
--- a/dev-util/hip/hip-5.7.1.ebuild
+++ b/dev-util/hip/hip-5.7.1.ebuild
@@ -59,7 +59,7 @@ src_configure() {
                -DUSE_PROF_API=0
                -DFILE_REORG_BACKWARD_COMPATIBILITY=OFF
                -DCLR_BUILD_HIP=ON
-               -DHIPCC_BIN_DIR=/usr/bin
+               -DHIPCC_BIN_DIR="${EPREFIX}/usr/bin"
                -DOpenGL_GL_PREFERENCE="GLVND"
        )
 

Reply via email to