diff options
author | Yiyang Wu <xgreenlandforwyy@gmail.com> | 2023-10-22 08:41:25 +0800 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-10-27 10:14:01 +0200 |
commit | 551e21f67cfdeb25d6c04d5b66bec0bc9308d248 (patch) | |
tree | c257cae99ecdc8243822d2a5830a8124fe683d28 | |
parent | sci-geosciences/grass: add 8.3.1 (diff) | |
download | gentoo-551e21f67cfdeb25d6c04d5b66bec0bc9308d248.tar.gz gentoo-551e21f67cfdeb25d6c04d5b66bec0bc9308d248.tar.bz2 gentoo-551e21f67cfdeb25d6c04d5b66bec0bc9308d248.zip |
dev-util/hip: prefixify cmake variables
Closes: https://bugs.gentoo.org/916062
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33437
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r-- | dev-util/hip/hip-5.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |