summaryrefslogtreecommitdiff
path: root/dev-scheme/gambit/gambit-4.9.4-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scheme/gambit/gambit-4.9.4-r1.ebuild')
-rw-r--r--dev-scheme/gambit/gambit-4.9.4-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-scheme/gambit/gambit-4.9.4-r1.ebuild b/dev-scheme/gambit/gambit-4.9.4-r1.ebuild
index c0d39c447092..2668544ec316 100644
--- a/dev-scheme/gambit/gambit-4.9.4-r1.ebuild
+++ b/dev-scheme/gambit/gambit-4.9.4-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit elisp-common
+inherit flag-o-matic elisp-common
DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter"
HOMEPAGE="http://www.iro.umontreal.ca/~gambit/"
@@ -28,6 +28,9 @@ DOCS=( INSTALL.txt README README.md )
SITEFILE="50gambit-gentoo.el"
src_configure() {
+ # bug #858254
+ filter-lto
+
local myconf=(
$(use_enable !static shared)
$(use_enable ssl openssl)