summaryrefslogtreecommitdiff
path: root/audio/csound5/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'audio/csound5/patches/patch-ak')
-rw-r--r--audio/csound5/patches/patch-ak13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/csound5/patches/patch-ak b/audio/csound5/patches/patch-ak
deleted file mode 100644
index 266217cbc9c..00000000000
--- a/audio/csound5/patches/patch-ak
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ak,v 1.2 2006/05/29 19:44:24 joerg 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__) && !defined(__DragonFly__)
- {
- struct tm *date_ptr;
- char *date;