summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-27 04:49:37 +0000
committerSam James <sam@gentoo.org>2021-02-27 04:49:37 +0000
commit6efc21890bcd7fe0c7ea73642fe71f9e78970eb5 (patch)
treef0e477b5091105e3d449f2b8280f9afd95db4497 /media-libs
parentdev-libs/eb: Allow build with non-bash (diff)
downloadgentoo-6efc21890bcd7fe0c7ea73642fe71f9e78970eb5.tar.gz
gentoo-6efc21890bcd7fe0c7ea73642fe71f9e78970eb5.tar.bz2
gentoo-6efc21890bcd7fe0c7ea73642fe71f9e78970eb5.zip
media-libs/libbluray: fix gcc 10 build
Closes: https://bugs.gentoo.org/714610 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libbluray/libbluray-1.2.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/media-libs/libbluray/libbluray-1.2.0.ebuild b/media-libs/libbluray/libbluray-1.2.0.ebuild
index 5046241e54d1..db894afbff0b 100644
--- a/media-libs/libbluray/libbluray-1.2.0.ebuild
+++ b/media-libs/libbluray/libbluray-1.2.0.ebuild
@@ -54,6 +54,10 @@ DOCS=(
src_prepare() {
default
+
+ # bug #714610
+ append-cflags -fcommon
+
eautoreconf
}