summaryrefslogtreecommitdiff
path: root/emulators/amiberry/files/patch-cmake_SourceFiles.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/amiberry/files/patch-cmake_SourceFiles.cmake')
-rw-r--r--emulators/amiberry/files/patch-cmake_SourceFiles.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/amiberry/files/patch-cmake_SourceFiles.cmake b/emulators/amiberry/files/patch-cmake_SourceFiles.cmake
new file mode 100644
index 000000000000..f0f8e774ba0f
--- /dev/null
+++ b/emulators/amiberry/files/patch-cmake_SourceFiles.cmake
@@ -0,0 +1,11 @@
+--- cmake/SourceFiles.cmake.orig 2025-09-07 17:28:06 UTC
++++ cmake/SourceFiles.cmake
+@@ -452,7 +452,7 @@ install(TARGETS ${PROJECT_NAME}
+ )
+
+ # Settings for installing per platform
+-if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
++if (CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
+ include(cmake/linux/CMakeLists.txt)
+ elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
+ include(cmake/macos/CMakeLists.txt)