dev-scheme/gambit: filter LTO (type mismatch)

Closes: https://bugs.gentoo.org/858254
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2022-07-26 23:32:15 +02:00
parent 4ec693f1e4
commit 2e7f16444a
3 changed files with 12 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit elisp-common
inherit flag-o-matic elisp-common
MY_PV="${PV//./_}"
MY_P="${PN}-v${MY_PV}"
@@ -30,6 +30,9 @@ S="${WORKDIR}/${MY_P}" #-devel
IUSE="emacs ssl static"
src_configure() {
# bug #858254
filter-lto
econf \
$(use_enable !static shared) \
$(use_enable ssl openssl) \

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit elisp-common
inherit flag-o-matic elisp-common
MY_PV="${PV//./_}"
MY_P="${PN}-v${MY_PV}"
@@ -30,6 +30,9 @@ S="${WORKDIR}/${MY_P}" #-devel
IUSE="emacs ssl static"
src_configure() {
# bug #858254
filter-lto
econf \
$(use_enable !static shared) \
$(use_enable ssl openssl) \

View File

@@ -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)