summaryrefslogtreecommitdiff
path: root/dev-lisp/roswell/roswell-22.12.14.113.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/roswell/roswell-22.12.14.113.ebuild')
-rw-r--r--dev-lisp/roswell/roswell-22.12.14.113.ebuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/dev-lisp/roswell/roswell-22.12.14.113.ebuild b/dev-lisp/roswell/roswell-22.12.14.113.ebuild
index e287f778cad6..de8998f15f2a 100644
--- a/dev-lisp/roswell/roswell-22.12.14.113.ebuild
+++ b/dev-lisp/roswell/roswell-22.12.14.113.ebuild
@@ -3,7 +3,7 @@
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
+}