diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-04 23:08:01 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-05 04:47:52 +0000 |
commit | f5015f1ca119bd04486ba3e7d383da0114972122 (patch) | |
tree | 34dc6b047eba302ffd7e8899fc6a261666026568 /media-sound/din | |
parent | net-analyzer/echoping: fix underlinking to libm (diff) | |
download | gentoo-f5015f1ca119bd04486ba3e7d383da0114972122.tar.gz gentoo-f5015f1ca119bd04486ba3e7d383da0114972122.tar.bz2 gentoo-f5015f1ca119bd04486ba3e7d383da0114972122.zip |
media-sound/din: mark as LTO-unsafe
The upstream website has a couple quirks. The open source release
tarball is "Download the complete source code from Internet Archive",
and there's no bug tracker or revision control. If the author uses
either one, I suppose it is internal...
There *is* a clearly publicized contact email, as well as e.g. requests
of:
> If you can package DIN Is Noise for various GNU/Linux distributions or
> other Unices, please e-mail me.
So my assumption is that email is the best way to report such issues.
Apologies in advance for no one else being able to easily check up on
the status of the bug report. ;) I have duly sent a personal email to
the author with a bug report.
Closes: https://bugs.gentoo.org/860513
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/din')
-rw-r--r-- | media-sound/din/din-58.1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/media-sound/din/din-58.1.ebuild b/media-sound/din/din-58.1.ebuild index 617de8f48011..4b371d0f6e8d 100644 --- a/media-sound/din/din-58.1.ebuild +++ b/media-sound/din/din-58.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools edos2unix xdg +inherit autotools edos2unix flag-o-matic xdg DESCRIPTION="a software musical instrument and audio synthesizer" HOMEPAGE="https://dinisnoise.org/" @@ -48,6 +48,12 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/860513 + # No upstream bugtracker. I believe upstream prefers emails, + # so I have emailed the author directly. + filter-lto + # Jack takes over alsa. local sound_engine |