diff options
author | 2021-08-11 11:03:22 -0400 | |
---|---|---|
committer | 2021-08-11 11:04:15 -0400 | |
commit | 273f561c07735891c90aca6b371ba9ac96ed3d0a (patch) | |
tree | b521c6054b45ed53478938fd6901c115705d3eaa /net-misc/freerdp/freerdp-2.3.2.ebuild | |
parent | profiles: apply net-proxy/polipo mask only to vulnerable versions (diff) | |
download | gentoo-273f561c07735891c90aca6b371ba9ac96ed3d0a.tar.gz gentoo-273f561c07735891c90aca6b371ba9ac96ed3d0a.tar.bz2 gentoo-273f561c07735891c90aca6b371ba9ac96ed3d0a.zip |
net-misc/freerdp: fix TestUnicodeConversion on big endian machines
Closes: https://bugs.gentoo.org/806995
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-misc/freerdp/freerdp-2.3.2.ebuild')
-rw-r--r-- | net-misc/freerdp/freerdp-2.3.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/freerdp/freerdp-2.3.2.ebuild b/net-misc/freerdp/freerdp-2.3.2.ebuild index 2aa7099751a7..ca45e00a93ed 100644 --- a/net-misc/freerdp/freerdp-2.3.2.ebuild +++ b/net-misc/freerdp/freerdp-2.3.2.ebuild @@ -90,6 +90,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}/freerdp-2-openssl-3.0.patch" + "${FILESDIR}/freerdp-2.4.0-TestUnicodeConversion-big-endian.patch" ) src_configure() { |