summaryrefslogtreecommitdiff
path: root/net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-14 06:47:04 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-14 06:47:04 +0000
commit404b23b9395fafe5c40a1fd4d859c6cd17b4a646 (patch)
tree789ba7b9b17a99ad3ccbf05a131086babface825 /net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild
parent633a3741c9483bd63e8c29b276d2af636ec8b390 (diff)
gentoo auto-resync : 14:03:2024 - 06:47:03
Diffstat (limited to 'net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild')
-rw-r--r--net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild b/net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild
index 5e638db8e2ec..00c0ed9fec58 100644
--- a/net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild
+++ b/net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild
@@ -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
+inherit autotools flag-o-matic
DESCRIPTION="A Remote Desktop Protocol Client"
HOMEPAGE="http://www.rdesktop.org/"
@@ -59,6 +59,13 @@ src_prepare() {
}
src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/861824
+ # https://github.com/rdesktop/rdesktop/issues/414
+ #
+ # Upstream is "in need of new maintainers" so it may never be fixed.
+ filter-lto
+
if use pulseaudio; then
sound_conf="--with-sound=pulse"
elif use ao; then