mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sci-electronics/xoscope: mark as LTO-unsafe
Upstream is: - sourceforge - inactive for 3 years I did not bother to report a bug as it seems all pain, no gain. Closes: https://bugs.gentoo.org/878065 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools linux-info
|
||||
inherit autotools flag-o-matic linux-info
|
||||
|
||||
DESCRIPTION="Soundcard Oscilloscope for X"
|
||||
HOMEPAGE="http://xoscope.sourceforge.net"
|
||||
@@ -32,3 +32,12 @@ src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# -Werror=lto-type-mismatch
|
||||
# https://bugs.gentoo.org/878065
|
||||
# Upstream is a) sourceforge, b) inactive for 3 years. Bug not reported.
|
||||
filter-lto
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user