Skip to content

Commit

Permalink
media-libs/avidemux-core: fix build with gcc-11
Browse files Browse the repository at this point in the history
Stay on C++14 stardard (GNU variant)

Closes: https://bugs.gentoo.org/768210
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Savchenko <[email protected]>
  • Loading branch information
bircoph committed May 22, 2021
1 parent ee24412 commit 17be1ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion media-libs/avidemux-core/avidemux-core-2.7.6.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -75,6 +75,8 @@ src_prepare() {
src_configure() {
# See bug 432322.
use x86 && replace-flags -O0 -O1
# Bug 768210
append-cxxflags -std=gnu++14

local mycmakeargs=(
-DAVIDEMUX_SOURCE_DIR='${S}'
Expand Down

0 comments on commit 17be1ab

Please sign in to comment.