commit: 25072176988b24f4c113cb050427995edb0f61f9 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue Mar 25 16:33:28 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Mar 25 16:34:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25072176
net-misc/freerdp: disable SDL3 Closes: https://bugs.gentoo.org/951452 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> net-misc/freerdp/freerdp-3.14.0-r1.ebuild | 4 ++++ net-misc/freerdp/freerdp-3.6.3-r1.ebuild | 4 ++++ net-misc/freerdp/freerdp-3.9.0-r1.ebuild | 4 ++++ net-misc/freerdp/freerdp-9999.ebuild | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/net-misc/freerdp/freerdp-3.14.0-r1.ebuild b/net-misc/freerdp/freerdp-3.14.0-r1.ebuild index ded66213a811..62d054eef177 100644 --- a/net-misc/freerdp/freerdp-3.14.0-r1.ebuild +++ b/net-misc/freerdp/freerdp-3.14.0-r1.ebuild @@ -145,7 +145,11 @@ freerdp_configure() { -DWITH_ALSA=$(option alsa) -DWITH_CCACHE=OFF -DWITH_CLIENT=$(option client) + -DWITH_CLIENT_SDL=$(option sdl) + # https://bugs.gentoo.org/951452 + -DWITH_CLIENT_SDL3=OFF + -DWITH_SAMPLE=OFF -DWITH_CUPS=$(option cups) -DWITH_DEBUG_ALL=$(option debug) diff --git a/net-misc/freerdp/freerdp-3.6.3-r1.ebuild b/net-misc/freerdp/freerdp-3.6.3-r1.ebuild index 02a93af51fbf..4e749cb43a71 100644 --- a/net-misc/freerdp/freerdp-3.6.3-r1.ebuild +++ b/net-misc/freerdp/freerdp-3.6.3-r1.ebuild @@ -140,7 +140,11 @@ src_configure() { -DWITH_ALSA=$(option alsa) -DWITH_CCACHE=OFF -DWITH_CLIENT=$(option client) + -DWITH_CLIENT_SDL=$(option sdl) + # https://bugs.gentoo.org/951452 + -DWITH_CLIENT_SDL3=OFF + -DWITH_SAMPLE=OFF -DWITH_CUPS=$(option cups) -DWITH_DEBUG_ALL=$(option debug) diff --git a/net-misc/freerdp/freerdp-3.9.0-r1.ebuild b/net-misc/freerdp/freerdp-3.9.0-r1.ebuild index 705daf3cd89f..ff1dd25c3f96 100644 --- a/net-misc/freerdp/freerdp-3.9.0-r1.ebuild +++ b/net-misc/freerdp/freerdp-3.9.0-r1.ebuild @@ -146,7 +146,11 @@ freerdp_configure() { -DWITH_ALSA=$(option alsa) -DWITH_CCACHE=OFF -DWITH_CLIENT=$(option client) + -DWITH_CLIENT_SDL=$(option sdl) + # https://bugs.gentoo.org/951452 + -DWITH_CLIENT_SDL3=OFF + -DWITH_SAMPLE=OFF -DWITH_CUPS=$(option cups) -DWITH_DEBUG_ALL=$(option debug) diff --git a/net-misc/freerdp/freerdp-9999.ebuild b/net-misc/freerdp/freerdp-9999.ebuild index ded66213a811..62d054eef177 100644 --- a/net-misc/freerdp/freerdp-9999.ebuild +++ b/net-misc/freerdp/freerdp-9999.ebuild @@ -145,7 +145,11 @@ freerdp_configure() { -DWITH_ALSA=$(option alsa) -DWITH_CCACHE=OFF -DWITH_CLIENT=$(option client) + -DWITH_CLIENT_SDL=$(option sdl) + # https://bugs.gentoo.org/951452 + -DWITH_CLIENT_SDL3=OFF + -DWITH_SAMPLE=OFF -DWITH_CUPS=$(option cups) -DWITH_DEBUG_ALL=$(option debug)
