-- Add JUCE_BSD to ensure compatibility with FreeBSD. --- libs/clap-juce-extensions/src/wrapper/clap-juce-wrapper.cpp.orig 2026-05-17 03:55:19 UTC +++ libs/clap-juce-extensions/src/wrapper/clap-juce-wrapper.cpp @@ -35,7 +35,7 @@ JUCE_END_IGNORE_WARNINGS_GCC_LIKE #include -#if JUCE_LINUX +#if JUCE_LINUX || JUCE_BSD #include #endif @@ -159,7 +159,7 @@ class ClapJuceWrapper : public clap::helpers::PlugineditorBeingDeleted(editor.get()); -#if JUCE_LINUX +#if JUCE_LINUX || JUCE_BSD if (_host.canUseTimerSupport()) { _host.timerSupportUnregister(idleTimer); @@ -169,7 +169,7 @@ class ClapJuceWrapper : public clap::helpers::Plugin