media-libs/opencv: drop GCC 15 workaround

Fixed upstream in the latest snapshot.

Bug: https://bugs.gentoo.org/948071
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-03-10 05:35:44 +00:00
parent 95e5c1a810
commit ca722ddc3a

View File

@@ -565,11 +565,6 @@ multilib_src_configure() {
# bug #919101 and https://github.com/opencv/opencv/issues/19020
filter-lto
# bug #948071 (gcc PR118464)
if tc-is-gcc && [[ $(gcc-major-version) -eq 15 ]]; then
append-cxxflags "-fno-tree-loop-optimize"
fi
# please don't sort here, order is the same as in CMakeLists.txt
local mycmakeargs=(
-DMIN_VER_CMAKE=3.26