diff options
Diffstat (limited to 'dev-libs/rocr-runtime/rocr-runtime-5.3.3.ebuild')
-rw-r--r-- | dev-libs/rocr-runtime/rocr-runtime-5.3.3.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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 +} |