summaryrefslogtreecommitdiff
path: root/audio/spectmorph/files/patch-lib_smutils.hh
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-06-27 10:57:26 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2021-06-27 10:58:04 -0700
commitcc3e519ce6526b9fd786c6163ee401fc415d269e (patch)
tree302378cf04b9aa3b94a808cf4608404c4ab19fb3 /audio/spectmorph/files/patch-lib_smutils.hh
parentaudio/bangr-lv2: New port: Multi-dimensional dynamicly distorted staggered mu... (diff)
audio/spectmorph: New port: Analyze and combine samples of musical instruments
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