summaryrefslogtreecommitdiff
path: root/audio/mikmod/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mikmod/patches/patch-ae')
-rw-r--r--audio/mikmod/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/mikmod/patches/patch-ae b/audio/mikmod/patches/patch-ae
deleted file mode 100644
index abf7d524574..00000000000
--- a/audio/mikmod/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.4 1998/08/07 10:35:58 agc Exp $
-
---- playercode/unix_drv/drv_sun.c.orig Wed Jan 14 15:33:36 1998
-+++ playercode/unix_drv/drv_sun.c Sat Jul 4 02:14:56 1998
-@@ -33,7 +33,7 @@
-
- #include "mikmod.h"
-
--#define DEFAULT_FRAGSIZE 2048
-+#define DEFAULT_FRAGSIZE 8192
-
- static int sndfd; /* we need these in a few places */
- static int play_encoding = -1, play_precision, fragsize = DEFAULT_FRAGSIZE;