summaryrefslogtreecommitdiff
path: root/media-radio/tlf/tlf-1.4.1-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-23 21:50:52 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-23 21:50:52 +0100
commitba3d6ddada23eaa04f85228bee3438ab479b4442 (patch)
tree87c61faa67018943d552f24d91f0aeaece2b771e /media-radio/tlf/tlf-1.4.1-r1.ebuild
parent2e6d363c5e87569efc23848513e71f2233b7e9d9 (diff)
gentoo auto-resync : 23:10:2022 - 21:50:51
Diffstat (limited to 'media-radio/tlf/tlf-1.4.1-r1.ebuild')
-rw-r--r--media-radio/tlf/tlf-1.4.1-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-radio/tlf/tlf-1.4.1-r1.ebuild b/media-radio/tlf/tlf-1.4.1-r1.ebuild
index c19feb243da0..71731baea4a5 100644
--- a/media-radio/tlf/tlf-1.4.1-r1.ebuild
+++ b/media-radio/tlf/tlf-1.4.1-r1.ebuild
@@ -28,6 +28,7 @@ DEPEND="
PATCHES=( "${FILESDIR}/${P}-zone_nr.patch"
"${FILESDIR}/${P}-musl.patch"
+ "${FILESDIR}/${P}-missing-include.patch"
)
src_prepare() {
@@ -42,5 +43,6 @@ src_prepare() {
src_configure() {
use elibc_musl && append-libs argp
append-ldflags -L/usr/$(get_libdir)/hamlib
+ filter-lto # bug # 876418
econf --enable-fldigi-xmlrpc
}