From 9a2f6d6d3c0a395ab13652017130ebf8a109d9ec Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 3 Mar 2004 13:10:47 +0000 Subject: - Add missing patches --- audio/audacity/files/patch-libnyquist-term.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/audacity/files/patch-libnyquist-term.c (limited to 'audio/audacity/files/patch-libnyquist-term.c') diff --git a/audio/audacity/files/patch-libnyquist-term.c b/audio/audacity/files/patch-libnyquist-term.c new file mode 100644 index 000000000000..5e33f81c2f38 --- /dev/null +++ b/audio/audacity/files/patch-libnyquist-term.c @@ -0,0 +1,11 @@ +--- lib-src/libnyquist/sys/term.c.orig Tue Dec 2 19:17:30 2003 ++++ lib-src/libnyquist/sys/term.c Tue Dec 2 19:17:51 2003 +@@ -40,7 +40,7 @@ + #else + + #include +-#ifndef __APPLE__ ++#if !defined(__APPLE__) && !defined(__FreeBSD__) + #include + #endif + #include -- cgit v1.2.3