summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-04-26 10:27:18 -0400
committerSam James <sam@gentoo.org>2024-04-26 19:16:35 +0100
commiteffc194e2aec52111906cf479dfbe976200d1b41 (patch)
tree8441f4ffc038c94f0a8ca2aa7a2b5fc9ff5a13a3 /sci-libs/pgplot/pgplot-5.2.2-r7.ebuild
parentwww-client/links: Stabilize 2.29-r1 arm64, #930709 (diff)
downloadgentoo-effc194e2aec52111906cf479dfbe976200d1b41.tar.gz
gentoo-effc194e2aec52111906cf479dfbe976200d1b41.tar.bz2
gentoo-effc194e2aec52111906cf479dfbe976200d1b41.zip
sci-libs/pgplot: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/862918 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/pgplot/pgplot-5.2.2-r7.ebuild')
-rw-r--r--sci-libs/pgplot/pgplot-5.2.2-r7.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild
index 07e406e2d678..99f9fa03c2be 100644
--- a/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild
+++ b/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -66,6 +66,12 @@ src_prepare() {
}
src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/862918
+ #
+ # Upstream contact method is email. I have sent one.
+ filter-lto
+
# GCC 10 workaround
# bug #722190
append-fflags $(test-flags-FC -fallow-argument-mismatch)