summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-03-13 18:18:01 -0400
committerSam James <sam@gentoo.org>2024-03-14 00:10:42 +0000
commit26684e21a2a9dc4c7226d456f12293a33e964d13 (patch)
treea8c62f316b02a87381efab3ce11b57a24488a452 /sci-calculators
parentdev-python/setuptools-rust: Stabilize 1.9.0 ppc, #926924 (diff)
downloadgentoo-26684e21a2a9dc4c7226d456f12293a33e964d13.tar.gz
gentoo-26684e21a2a9dc4c7226d456f12293a33e964d13.tar.bz2
gentoo-26684e21a2a9dc4c7226d456f12293a33e964d13.zip
sci-calculators/wcalc: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/862384 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/wcalc/wcalc-2.5.ebuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/sci-calculators/wcalc/wcalc-2.5.ebuild b/sci-calculators/wcalc/wcalc-2.5.ebuild
index e21f19c9610f..edb093739358 100644
--- a/sci-calculators/wcalc/wcalc-2.5.ebuild
+++ b/sci-calculators/wcalc/wcalc-2.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools desktop
+inherit autotools desktop flag-o-matic
DESCRIPTION="A flexible command-line scientific calculator"
HOMEPAGE="http://w-calc.sourceforge.net/"
@@ -28,6 +28,13 @@ src_prepare() {
}
src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/862384
+ #
+ # Upstream is sourceforge. Last release in 2015, last activity 2021. Not
+ # submitting a bug report for now. -- Eli
+ filter-lto
+
econf $(use_with readline)
}