summaryrefslogtreecommitdiff
path: root/games/pioneer/files/patch-cmake_TargetArchitecture.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'games/pioneer/files/patch-cmake_TargetArchitecture.cmake')
-rw-r--r--games/pioneer/files/patch-cmake_TargetArchitecture.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/pioneer/files/patch-cmake_TargetArchitecture.cmake b/games/pioneer/files/patch-cmake_TargetArchitecture.cmake
deleted file mode 100644
index 7835d45ecf73..000000000000
--- a/games/pioneer/files/patch-cmake_TargetArchitecture.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/TargetArchitecture.cmake.orig 2025-02-03 19:33:59 UTC
-+++ cmake/TargetArchitecture.cmake
-@@ -1,7 +1,7 @@
- # This script detects supported target architectures and configures test flags
- # accordingly
-
--if (${CMAKE_SYSTEM_PROCESSOR} MATCHES x86|x64)
-+if (${CMAKE_SYSTEM_PROCESSOR} MATCHES x86|x64|amd64)
- set(PIONEER_TARGET_INTEL ON)
- endif()
-