summaryrefslogtreecommitdiff
path: root/audio/spectmorph/files/patch-lib_smutils.hh
diff options
context:
space:
mode:
Diffstat (limited to 'audio/spectmorph/files/patch-lib_smutils.hh')
-rw-r--r--audio/spectmorph/files/patch-lib_smutils.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/spectmorph/files/patch-lib_smutils.hh b/audio/spectmorph/files/patch-lib_smutils.hh
new file mode 100644
index 000000000000..59f1342787f3
--- /dev/null
+++ b/audio/spectmorph/files/patch-lib_smutils.hh
@@ -0,0 +1,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