summaryrefslogtreecommitdiff
path: root/dev-lisp/roswell/roswell-21.10.14.111.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/roswell/roswell-21.10.14.111.ebuild')
-rw-r--r--dev-lisp/roswell/roswell-21.10.14.111.ebuild13
1 files changed, 11 insertions, 2 deletions
diff --git a/dev-lisp/roswell/roswell-21.10.14.111.ebuild b/dev-lisp/roswell/roswell-21.10.14.111.ebuild
index 8dc066c33326..de8998f15f2a 100644
--- a/dev-lisp/roswell/roswell-21.10.14.111.ebuild
+++ b/dev-lisp/roswell/roswell-21.10.14.111.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="A lisp installer and launcher for major environment"
HOMEPAGE="https://github.com/roswell/roswell"
@@ -23,3 +23,12 @@ src_prepare() {
default
eautoreconf
}
+
+src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/856106
+ # https://github.com/roswell/roswell/issues/584
+ filter-lto
+
+ default
+}