mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
20 lines
658 B
C
20 lines
658 B
C
--- pluginterfaces/base/fplatform.h.orig 2024-07-26 07:55:50 UTC
|
|
+++ pluginterfaces/base/fplatform.h
|
|
@@ -123,7 +123,7 @@
|
|
//-----------------------------------------------------------------------------
|
|
// LINUX
|
|
//-----------------------------------------------------------------------------
|
|
-#elif __gnu_linux__ || __linux__
|
|
+#elif __gnu_linux__ || __linux__ || defined(__FreeBSD__)
|
|
#define SMTG_OS_LINUX 1
|
|
#define SMTG_OS_MACOS 0
|
|
#define SMTG_OS_WINDOWS 0
|
|
@@ -145,7 +145,7 @@
|
|
#endif
|
|
#define SMTG_CPU_ARM_64EC 0
|
|
|
|
- #include <endian.h>
|
|
+ #include <sys/endian.h>
|
|
#if __BYTE_ORDER == __LITTLE_ENDIAN
|
|
#define BYTEORDER kLittleEndian
|
|
#else
|