summaryrefslogtreecommitdiff
path: root/net/freerdp1/files/patch-cmake_ConfigOptions.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'net/freerdp1/files/patch-cmake_ConfigOptions.cmake')
-rw-r--r--net/freerdp1/files/patch-cmake_ConfigOptions.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/freerdp1/files/patch-cmake_ConfigOptions.cmake b/net/freerdp1/files/patch-cmake_ConfigOptions.cmake
deleted file mode 100644
index f99ac8a71da8..000000000000
--- a/net/freerdp1/files/patch-cmake_ConfigOptions.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/ConfigOptions.cmake.orig 2015-11-29 19:53:58 UTC
-+++ cmake/ConfigOptions.cmake
-@@ -6,7 +6,7 @@ elseif((CMAKE_SYSTEM_PROCESSOR MATCHES "
- elseif((CMAKE_SYSTEM_PROCESSOR MATCHES "i386") AND (CMAKE_SIZEOF_VOID_P EQUAL 8) AND (APPLE))
- # Mac is weird like that.
- set(TARGET_ARCH "x64")
--elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm*")
-+elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^arm*")
- set(TARGET_ARCH "ARM")
- endif()
-