summaryrefslogtreecommitdiff
path: root/audio/spectmorph/files/patch-lib_smutils.hh
blob: 59f1342787f378961dc161f4aac2d138e7370bf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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