summaryrefslogtreecommitdiff
path: root/audio/csound-dev/patches/patch-av
diff options
context:
space:
mode:
Diffstat (limited to 'audio/csound-dev/patches/patch-av')
-rw-r--r--audio/csound-dev/patches/patch-av18
1 files changed, 14 insertions, 4 deletions
diff --git a/audio/csound-dev/patches/patch-av b/audio/csound-dev/patches/patch-av
index 1bacf331502..b09eb6247af 100644
--- a/audio/csound-dev/patches/patch-av
+++ b/audio/csound-dev/patches/patch-av
@@ -1,8 +1,18 @@
-$NetBSD: patch-av,v 1.1 2004/01/23 19:34:09 kristerw Exp $
+$NetBSD: patch-av,v 1.2 2004/09/11 02:05:01 minskim Exp $
---- csound.c.orig Fri Jan 23 20:13:03 2004
-+++ csound.c Fri Jan 23 20:14:09 2004
-@@ -696,10 +696,12 @@
+--- csound.c.orig 2003-02-25 21:24:01.000000000 -0600
++++ csound.c
+@@ -45,6 +45,9 @@ extern "C" {
+ #define WIN32_LEAN_AND_MEAN
+ #include <windows.h>
+ #endif
++#ifdef __linux__
++#include <stdint.h>
++#endif
+
+ #ifdef __CYGWIN__
+ #undef __unix
+@@ -696,10 +699,12 @@ char csoundGetChar(void)
if (!tty_attr_set)
inchar_tty_init(); /* initialise terminal if not done yet */
/* otherwise poll stdin for input (currently UNIX only) */