diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2025-06-09 09:07:04 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2025-06-09 09:07:04 -0400 |
commit | 1e49eef49742cdf3d9cd46cc09a2f433788d3d0d (patch) | |
tree | 6346514f400dd3282384a67ee5b11b1980846155 /dev-cpp/tbb-compat | |
parent | 26594dadd5124ecea9c0f6fd9e9be8dc46eb1546 (diff) | |
download | gentoo-overlay-1e49eef49742cdf3d9cd46cc09a2f433788d3d0d.tar.xz gentoo-overlay-1e49eef49742cdf3d9cd46cc09a2f433788d3d0d.zip |
dev-cpp/tbb-compat: add -Wno-error=changes-meaning
Diffstat (limited to 'dev-cpp/tbb-compat')
-rw-r--r-- | dev-cpp/tbb-compat/tbb-compat-2020.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-cpp/tbb-compat/tbb-compat-2020.3.ebuild b/dev-cpp/tbb-compat/tbb-compat-2020.3.ebuild index 55d3c63..110e5bb 100644 --- a/dev-cpp/tbb-compat/tbb-compat-2020.3.ebuild +++ b/dev-cpp/tbb-compat/tbb-compat-2020.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit multilib-minimal toolchain-funcs +inherit multilib-minimal toolchain-funcs flag-o-matic MY_PV="$(ver_cut 1)_U$(ver_cut 2)" @@ -47,6 +47,7 @@ local_src_compile() { esac tc-export AS CC CXX + append-cxxflags -Wno-error=changes-meaning arch=${arch} \ CPLUS_FLAGS="${CXXFLAGS}" \ |