Skip to content

Commit

Permalink
media-plugins/vdr-burn: gcc-11 compilefix added
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/786492
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Joerg Bornkessel <[email protected]>
  • Loading branch information
hd-brummy committed May 2, 2021
1 parent 5fc28cd commit f69bb8b
Showing 1 changed file with 4 additions and 1 deletion.
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 @@ -63,6 +63,9 @@ src_prepare() {
sed -i Makefile \
-e "s:gdlib-config:pkg-config gdlib:" || die

# 786492
sed -e "s|=min|=std::min|" -i genindex/pes.c || die

fix_vdr_libsi_include scanner.c
}

Expand Down

0 comments on commit f69bb8b

Please sign in to comment.