mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user