diff options
Diffstat (limited to 'x11-plugins/wmbiff/wmbiff-0.4.36.ebuild')
-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) } |