diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-03 13:10:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-03 13:10:47 +0000 |
commit | 9a2f6d6d3c0a395ab13652017130ebf8a109d9ec (patch) | |
tree | 27bf06bc2210a2f6a6c578a26416cefaa050d5cf /audio/audacity/files/patch-libnyquist-term.c | |
parent | - Update to version 1.2.0 (diff) |
- Add missing patches
Notes
Notes:
svn path=/head/; revision=102817
Diffstat (limited to 'audio/audacity/files/patch-libnyquist-term.c')
-rw-r--r-- | audio/audacity/files/patch-libnyquist-term.c | 11 |
1 files changed, 11 insertions, 0 deletions
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 <termios.h> +-#ifndef __APPLE__ ++#if !defined(__APPLE__) && !defined(__FreeBSD__) + #include <asm/ioctls.h> + #endif + #include <signal.h> |