diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-12 21:01:48 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-13 02:05:34 +0100 |
commit | 0373a330778a88a9be2b38a297e4f0263cd390da (patch) | |
tree | 50c23b699a9c6a8678e3bec46faa6414de466b9e /x11-plugins | |
parent | dev-libs/mpdecimal: Use HTTPS (diff) | |
download | gentoo-0373a330778a88a9be2b38a297e4f0263cd390da.tar.gz gentoo-0373a330778a88a9be2b38a297e4f0263cd390da.tar.bz2 gentoo-0373a330778a88a9be2b38a297e4f0263cd390da.zip |
x11-plugins/wmbiff: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/864855
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmbiff/wmbiff-0.4.36.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11-plugins/wmbiff/wmbiff-0.4.36.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.36.ebuild index 7f44590d0960..a433a5c8d123 100644 --- a/x11-plugins/wmbiff/wmbiff-0.4.36.ebuild +++ b/x11-plugins/wmbiff/wmbiff-0.4.36.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes" HOMEPAGE="https://www.dockapps.net/wmbiff" @@ -36,5 +36,10 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/864855 + # https://groups.google.com/g/wmaker-dev/c/Z9mU9x4qxs0 + filter-lto + econf $(use_enable crypt crypto) } |