mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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) \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user