commit: 4bac358c255aff8797ccf23cef5b928390e38695 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 6 06:15:45 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 6 06:15:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bac358c
dev-lang/snobol: filter LTO, no SA Dead upstream HOMEPAGE. Closes: https://bugs.gentoo.org/855650 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/snobol/snobol-1.4.1-r1.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-lang/snobol/snobol-1.4.1-r1.ebuild b/dev-lang/snobol/snobol-1.4.1-r1.ebuild index d213113e1228..2f1b55d3d530 100644 --- a/dev-lang/snobol/snobol-1.4.1-r1.ebuild +++ b/dev-lang/snobol/snobol-1.4.1-r1.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=7 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs MY_P="${PN}4-${PV}" DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines" @@ -25,6 +25,11 @@ PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) src_prepare() { default + + # bug #855650 + append-flags -fno-strict-aliasing + filter-lto + sed -i -e '/autoconf/s:autoconf:./autoconf:g' configure || die sed -i -e 's/$(INSTALL) -s/$(INSTALL)/' Makefile2.m4 || die echo "ADD_OPT([${CFLAGS}])" >> local-config || die
