summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiyang Wu <xgreenlandforwyy@gmail.com>2023-10-22 08:41:25 +0800
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-10-27 10:14:01 +0200
commit551e21f67cfdeb25d6c04d5b66bec0bc9308d248 (patch)
treec257cae99ecdc8243822d2a5830a8124fe683d28 /dev-util/hip/hip-5.7.1.ebuild
parentsci-geosciences/grass: add 8.3.1 (diff)
downloadgentoo-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>
Diffstat (limited to 'dev-util/hip/hip-5.7.1.ebuild')
-rw-r--r--dev-util/hip/hip-5.7.1.ebuild2
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"
)