diff options
Diffstat (limited to 'audio/csound5/patches/patch-ak')
-rw-r--r-- | audio/csound5/patches/patch-ak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/csound5/patches/patch-ak b/audio/csound5/patches/patch-ak new file mode 100644 index 00000000000..1558bbcd64a --- /dev/null +++ b/audio/csound5/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1.1.1 2006/05/21 22:46:22 ben Exp $ + +--- InOut/winEPS.c.orig 2005-12-29 05:49:04.000000000 -0800 ++++ InOut/winEPS.c +@@ -146,7 +146,7 @@ void PS_MakeGraph(CSOUND *csound, WINDAT + * Get the current time and date + */ + lt = time(NULL); +-#ifndef LINUX ++#if !defined(LINUX) && !defined(__NetBSD__) + { + struct tm *date_ptr; + char *date; |