summaryrefslogtreecommitdiff
path: root/sys-libs/gpm/gpm-1.20.7-r5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/gpm/gpm-1.20.7-r5.ebuild')
-rw-r--r--sys-libs/gpm/gpm-1.20.7-r5.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys-libs/gpm/gpm-1.20.7-r5.ebuild b/sys-libs/gpm/gpm-1.20.7-r5.ebuild
index 7a85dd0848ee..738560a07fb2 100644
--- a/sys-libs/gpm/gpm-1.20.7-r5.ebuild
+++ b/sys-libs/gpm/gpm-1.20.7-r5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit autotools linux-info systemd usr-ldscript multilib-minimal
+inherit autotools flag-o-matic linux-info systemd usr-ldscript multilib-minimal
DESCRIPTION="Console-based mouse driver"
HOMEPAGE="https://www.nico.schottelius.org/software/gpm/"
@@ -71,6 +71,10 @@ src_prepare() {
}
multilib_src_configure() {
+ # bug #885323
+ # src/headers/daemon.h:175:25: error: type of ‘cinfo’ does not match original declaration [-Werror=lto-type-mismatch]
+ filter-lto
+
# emacs support disabled due to bug #99533, bug #335900
econf \
--disable-static \