From aad790d02dcfae7790a51314b4353d04e09e89e9 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Mon, 31 Aug 2020 20:57:54 +1000 Subject: [PATCH] Fix missing bracket in arch patch. --- xrdp-0.9.14-arch.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrdp-0.9.14-arch.patch b/xrdp-0.9.14-arch.patch index af229b3..cee81dc 100644 --- a/xrdp-0.9.14-arch.patch +++ b/xrdp-0.9.14-arch.patch @@ -7,7 +7,7 @@ diff -ruN xrdp-0.9.14-v/common/arch.h xrdp-0.9.14/common/arch.h (defined(__PPC__) && defined(__BIG_ENDIAN__)) || \ - (defined(__ppc__) && defined(__BIG_ENDIAN__)) + (defined(__ppc__) && defined(__BIG_ENDIAN__)) || \ -+ defined(__ppc64le__ || defined(__s390x__) ++ defined(__ppc64le__) || defined(__s390x__) #define NEED_ALIGN #elif defined(__x86__) || defined(__x86_64__) || \ defined(__AMD64__) || defined(_M_IX86) || defined (_M_AMD64) || \