rdesktop: fix build with openssl 1.1

This commit is contained in:
Gerasim Troeglazov
2020-05-31 22:42:34 +10:00
parent f02f574eb0
commit 4b08436955
3 changed files with 133 additions and 5 deletions

View File

@@ -7,10 +7,13 @@ versions such as NT 4 Terminal Server, 2000, XP, 2003, 2003 R2, Vista, 2008,\
HOMEPAGE="http://rdesktop.org"
COPYRIGHT="1999-2013 Matthew Chapman"
LICENSE="GNU GPL v3"
REVISION="4"
REVISION="5"
SOURCE_URI="http://prdownloads.sourceforge.net/rdesktop/rdesktop-$portVersion.tar.gz"
CHECKSUM_SHA256="1f12562c0dc1c599d1c3d2ac4829d229763744fe7aef879c8eaaa5abae8edcb3"
PATCHES="rdesktop-1.8.0.patchset"
PATCHES="
rdesktop-$portVersion.patchset
rdesktop-$portVersion-openssl-1.1.patch
"
ARCHITECTURES="x86_gcc2 x86_64"