mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
11 lines
238 B
C++
11 lines
238 B
C++
--- lib/smutils.hh.orig 2021-06-27 09:10:34 UTC
|
|
+++ lib/smutils.hh
|
|
@@ -13,6 +13,8 @@
|
|
#define SM_OS_MACOS
|
|
#elif __linux__
|
|
#define SM_OS_LINUX
|
|
+#elif __FreeBSD__
|
|
+ #define SM_OS_LINUX
|
|
#else
|
|
#error "unsupported platform"
|
|
#endif
|