diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-04-07 16:08:04 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-08 00:33:45 +0100 |
commit | 7b2039ce713a4a5643b35142177066f75425e078 (patch) | |
tree | 5ee0adfae10bb2092a35914eb0b495e9e35cb780 /sci-electronics | |
parent | app-admin/stow: add 2.4.0 (diff) | |
download | gentoo-7b2039ce713a4a5643b35142177066f75425e078.tar.gz gentoo-7b2039ce713a4a5643b35142177066f75425e078.tar.bz2 gentoo-7b2039ce713a4a5643b35142177066f75425e078.zip |
sci-electronics/xoscope: fix the LTO fix to actually apply
It was applied too late for ./configure. oops.
While we are at it, update the comment. I ended up filing a bug. Was
very iffy on doing so, but 2 days ago, upstream demonstrated signs of
life via committing an update to git:
> spelling fix in man page (from Debian; fixed by Graham Inggs; reported by Petter Reinholdtsen)
Fixes: 3e255fb3f9352a6662923b47114ad8d7cc4f4e35
Closes: https://bugs.gentoo.org/927483
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/xoscope/xoscope-2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/xoscope/xoscope-2.3.ebuild b/sci-electronics/xoscope/xoscope-2.3.ebuild index 59831c2b3e22..fccde12d9709 100644 --- a/sci-electronics/xoscope/xoscope-2.3.ebuild +++ b/sci-electronics/xoscope/xoscope-2.3.ebuild @@ -33,10 +33,10 @@ src_prepare() { eautoreconf } -src_compile() { +src_configure() { # -Werror=lto-type-mismatch # https://bugs.gentoo.org/878065 - # Upstream is a) sourceforge, b) inactive for 3 years. Bug not reported. + # https://sourceforge.net/p/xoscope/bugs/23/ filter-lto default |