From cc3e519ce6526b9fd786c6163ee401fc415d269e Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 27 Jun 2021 10:57:26 -0700 Subject: audio/spectmorph: New port: Analyze and combine samples of musical instruments --- audio/spectmorph/files/patch-lib_smutils.hh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/spectmorph/files/patch-lib_smutils.hh (limited to 'audio/spectmorph/files/patch-lib_smutils.hh') 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 -- cgit v1.2.3