mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
11 lines
352 B
C++
11 lines
352 B
C++
--- architecture/faust/dsp/faust-dynamic-engine.cpp.orig 2020-09-21 21:50:12 UTC
|
|
+++ architecture/faust/dsp/faust-dynamic-engine.cpp
|
|
@@ -57,7 +57,7 @@
|
|
|
|
#endif
|
|
|
|
-#if defined(_WIN32) || defined(__APPLE__) || defined(__linux__)
|
|
+#if defined(_WIN32) || defined(__APPLE__) || defined(__linux__) || defined(__FreeBSD__)
|
|
#define HAS_JACK 1
|
|
#endif
|
|
|