summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2020-03-20 22:58:24 +0000
committerAndrey Utkin <andrey_utkin@gentoo.org>2020-03-20 23:06:40 +0000
commit7c327d152ca416ef1b6583cba873fbf0c1cab7a6 (patch)
tree52ef22f2a8e799c869b6988f75440de7fc91a17e /media-tv/v4l-utils/v4l-utils-1.16.6.ebuild
parentdev-python/tempora: remove old (diff)
downloadgentoo-7c327d152ca416ef1b6583cba873fbf0c1cab7a6.tar.gz
gentoo-7c327d152ca416ef1b6583cba873fbf0c1cab7a6.tar.bz2
gentoo-7c327d152ca416ef1b6583cba873fbf0c1cab7a6.zip
media-tv/v4l-utils: patch for -fno-common bug
Reused the patch already used for media-libs/libv4l. Applied to ebuilds 1.16.6 (last stable) and 1.18.0 (not stabilized). No revision bump as this is a trivial build failure treatment. Bug: https://bugs.gentoo.org/706834 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'media-tv/v4l-utils/v4l-utils-1.16.6.ebuild')
-rw-r--r--media-tv/v4l-utils/v4l-utils-1.16.6.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-tv/v4l-utils/v4l-utils-1.16.6.ebuild b/media-tv/v4l-utils/v4l-utils-1.16.6.ebuild
index 72e4deafa29c..5b1881372f23 100644
--- a/media-tv/v4l-utils/v4l-utils-1.16.6.ebuild
+++ b/media-tv/v4l-utils/v4l-utils-1.16.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -31,6 +31,8 @@ BDEPEND="
sys-devel/gettext
virtual/pkgconfig"
+PATCHES=( "${FILESDIR}"/${PN}-1.16.6-gcc10-fno-common.patch )
+
src_configure() {
if use qt5; then
append-cxxflags -std=c++11