View | Details | Raw Unified | Return to bug 255111 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/ode/files/patch-config.h.cmake.in (+11 lines)
Added Link Here
1
--- config.h.cmake.in.orig	2021-04-16 09:01:20 UTC
2
+++ config.h.cmake.in
3
@@ -67,7 +67,7 @@
4
 #define ODE_PLATFORM_PS3
5
 #elif defined(_MSC_VER) || defined(__CYGWIN32__) || defined(__MINGW32__)
6
 #define ODE_PLATFORM_WINDOWS
7
-#elif defined(__linux__)
8
+#elif defined(__linux__) || defined(__FreeBSD__)
9
 #define ODE_PLATFORM_LINUX
10
 #elif defined(__APPLE__) && defined(__MACH__)
11
 #define ODE_PLATFORM_OSX

Return to bug 255111