forked from Lainports/opnsense-ports
13 lines
464 B
C
13 lines
464 B
C
- for now treat FreeBSD as Linux for simplicity
|
|
|
|
--- carla/source/modules/AppConfig.h.orig 2022-05-15 13:40:22 UTC
|
|
+++ carla/source/modules/AppConfig.h
|
|
@@ -27,7 +27,7 @@
|
|
# define APPCONFIG_OS_WIN32
|
|
#elif defined(__APPLE__)
|
|
# define APPCONFIG_OS_MAC
|
|
-#elif defined(__linux__) || defined(__linux)
|
|
+#elif defined(__linux__) || defined(__linux) || defined(__FreeBSD__)
|
|
# define APPCONFIG_OS_LINUX
|
|
#elif defined(__FreeBSD__)
|
|
# define APPCONFIG_OS_FREEBSD
|