diff options
-rw-r--r-- | media-radio/js8call/js8call-2.2.0-r1.ebuild | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/media-radio/js8call/js8call-2.2.0-r1.ebuild b/media-radio/js8call/js8call-2.2.0-r1.ebuild index 08a55170fb78..027d99bc6d41 100644 --- a/media-radio/js8call/js8call-2.2.0-r1.ebuild +++ b/media-radio/js8call/js8call-2.2.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake vcs-snapshot +inherit cmake flag-o-matic vcs-snapshot MY_P=${P/_/-} @@ -32,6 +32,16 @@ RDEPEND="dev-qt/qtcore:5 doc? ( dev-ruby/asciidoctor )" DEPEND="${RDEPEND}" +src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/860411 + # + # Upstream is on bitbucket, no activity since 2020. + filter-lto + + cmake_src_configure +} + src_install() { cmake_src_install rm "${D}"/usr/bin/rigctl{,d}-local || die |