summaryrefslogtreecommitdiff
path: root/dev-lisp/clisp/clisp-2.49.92-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/clisp/clisp-2.49.92-r1.ebuild')
-rw-r--r--dev-lisp/clisp/clisp-2.49.92-r1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-lisp/clisp/clisp-2.49.92-r1.ebuild b/dev-lisp/clisp/clisp-2.49.92-r1.ebuild
index dc22d9b9e28e..1b4d379847da 100644
--- a/dev-lisp/clisp/clisp-2.49.92-r1.ebuild
+++ b/dev-lisp/clisp/clisp-2.49.92-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -65,6 +65,11 @@ src_prepare() {
}
src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/856103
+ # https://gitlab.com/gnu-clisp/clisp/-/issues/49
+ filter-lto
+
# We need this to build on alpha/ia64
if use alpha || use ia64; then
replace-flags -O? -O1