commit:     bbff88f734f62381b0a0624b4b2d182a8d4b8589
Author:     Yiyang Wu <xgreenlandforwyy <AT> gmail <DOT> com>
AuthorDate: Fri Jan 27 12:28:34 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 04:17:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbff88f7

dev-libs/rocr-runtime: disable non-FHS install

Closes: https://bugs.gentoo.org/887377
Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/rocr-runtime/rocr-runtime-5.3.3.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-libs/rocr-runtime/rocr-runtime-5.3.3.ebuild 
b/dev-libs/rocr-runtime/rocr-runtime-5.3.3.ebuild
index 5004f492f993..99184725f576 100644
--- a/dev-libs/rocr-runtime/rocr-runtime-5.3.3.ebuild
+++ b/dev-libs/rocr-runtime/rocr-runtime-5.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -47,3 +47,8 @@ src_prepare() {
 
        cmake_src_prepare
 }
+
+src_configure() {
+       local mycmakeargs=( -DINCLUDE_PATH_COMPATIBILITY=OFF )
+       cmake_src_configure
+}

Reply via email to