aboutsummaryrefslogtreecommitdiff
path: root/audio/nyquist/files/patch-sys_unix_term.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/nyquist/files/patch-sys_unix_term.c')
-rw-r--r--audio/nyquist/files/patch-sys_unix_term.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/nyquist/files/patch-sys_unix_term.c b/audio/nyquist/files/patch-sys_unix_term.c
new file mode 100644
index 000000000000..4a524b29288b
--- /dev/null
+++ b/audio/nyquist/files/patch-sys_unix_term.c
@@ -0,0 +1,11 @@
+--- sys/unix/term.c.orig 2021-04-18 05:56:28 UTC
++++ sys/unix/term.c
+@@ -10,7 +10,7 @@
+
+
+ #include <termios.h>
+-#ifndef __APPLE__
++#if !defined(__APPLE__) && !defined(__FreeBSD__)
+ #include <asm/ioctls.h>
+ #endif
+ #include <sys/ioctl.h>