mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
15 lines
629 B
Diff
15 lines
629 B
Diff
$NetBSD: patch-libs_vst3_pluginterfaces_base_fplatform.h,v 1.2 2025/01/31 17:15:11 wiz Exp $
|
|
|
|
Fix build on *BSD.
|
|
|
|
--- libs/vst3/pluginterfaces/base/fplatform.h.orig 2024-02-04 02:22:43.806501710 +0000
|
|
+++ libs/vst3/pluginterfaces/base/fplatform.h
|
|
@@ -86,7 +86,7 @@
|
|
//-----------------------------------------------------------------------------
|
|
// LINUX
|
|
//-----------------------------------------------------------------------------
|
|
-#elif __gnu_linux__ || __linux__
|
|
+#elif __gnu_linux__ || __linux__ || __FreeBSD__ || __NetBSD__ || __OpenBSD__
|
|
#define SMTG_OS_LINUX 1
|
|
#define SMTG_OS_MACOS 0
|
|
#define SMTG_OS_WINDOWS 0
|