commit:     0373a330778a88a9be2b38a297e4f0263cd390da
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon May 13 01:01:48 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 01:05:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0373a330

x11-plugins/wmbiff: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/864855
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-plugins/wmbiff/wmbiff-0.4.36.ebuild | 9 +++++++--
 1 file 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)
 }

Reply via email to