diff options
Diffstat (limited to 'games-engines/fs2_open/files/fs2_open-23.2.0-make-arch-independent.patch')
-rw-r--r-- | games-engines/fs2_open/files/fs2_open-23.2.0-make-arch-independent.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games-engines/fs2_open/files/fs2_open-23.2.0-make-arch-independent.patch b/games-engines/fs2_open/files/fs2_open-23.2.0-make-arch-independent.patch new file mode 100644 index 000000000..9dcb50cbb --- /dev/null +++ b/games-engines/fs2_open/files/fs2_open-23.2.0-make-arch-independent.patch @@ -0,0 +1,14 @@ +--- a/cmake/version.cmake ++++ b/cmake/version.cmake +@@ -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() |