aboutsummaryrefslogtreecommitdiffstats
path: root/games/fs2open/files/patch-lib_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'games/fs2open/files/patch-lib_CMakeLists.txt')
-rw-r--r--games/fs2open/files/patch-lib_CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/fs2open/files/patch-lib_CMakeLists.txt b/games/fs2open/files/patch-lib_CMakeLists.txt
new file mode 100644
index 000000000000..027db1ab3a36
--- /dev/null
+++ b/games/fs2open/files/patch-lib_CMakeLists.txt
@@ -0,0 +1,12 @@
+--- lib/CMakeLists.txt.orig 2025-11-04 12:49:44 UTC
++++ lib/CMakeLists.txt
+@@ -61,6 +61,6 @@ ADD_SUBDIRECTORY(imgui)
+
+ ADD_SUBDIRECTORY(imgui)
+
+-if(NOT APPLE)
++if(NOT APPLE AND NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
+ add_subdirectory(openxr)
+-endif()
+\ No newline at end of file
++endif()