diff options
Diffstat (limited to 'network/freerdp/freerdp.SlackBuild')
-rw-r--r-- | network/freerdp/freerdp.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/network/freerdp/freerdp.SlackBuild b/network/freerdp/freerdp.SlackBuild index 47ecf12623cf..9a19604f68ef 100644 --- a/network/freerdp/freerdp.SlackBuild +++ b/network/freerdp/freerdp.SlackBuild @@ -28,7 +28,7 @@ PRGNAM=freerdp VERSION=${VERSION:-1.2.0_beta1_android9} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} TARNAME=${VERSION%_*}+${VERSION##*_} @@ -90,6 +90,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Patch for cmake 3.1. Thanks to Mario Preksavec and Christoph Willing. +patch -p1 <$CWD/patches/freerdp-cmake-3.1.patch + mkdir -p build cd build cmake \ |