aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-engines/fs2_open/files/fs2_open-21.2.0-make-arch-independent.patch')
-rw-r--r--games-engines/fs2_open/files/fs2_open-21.2.0-make-arch-independent.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/games-engines/fs2_open/files/fs2_open-21.2.0-make-arch-independent.patch b/games-engines/fs2_open/files/fs2_open-21.2.0-make-arch-independent.patch
new file mode 100644
index 000000000..8bd511129
--- /dev/null
+++ b/games-engines/fs2_open/files/fs2_open-21.2.0-make-arch-independent.patch
@@ -0,0 +1,14 @@
+--- fs2_open-21.2.0/cmake/version.cmake 2021-05-22 20:20:18.448441242 +0200
++++ fs2_open-21.2.0/cmake/version.cmake 2021-05-22 20:21:05.493447003 +0200
+@@ -35,11 +35,6 @@
+ SET(FSO_BINARY_SUFFIX "${FSO_VERSION_MAJOR}_${FSO_VERSION_MINOR}_${FSO_VERSION_BUILD}_${FSO_VERSION_REVISION_STR}")
+ ENDIF()
+
+-IF(IS_64BIT)
+- # This is a 64-bit builds
+- SET(FSO_BINARY_SUFFIX "${FSO_BINARY_SUFFIX}_x64")
+-ENDIF()
+-
+ IF (NOT "${FSO_INSTRUCTION_SET}" STREQUAL "")
+ SET(FSO_BINARY_SUFFIX "${FSO_BINARY_SUFFIX}_${FSO_INSTRUCTION_SET}")
+ ENDIF()