summaryrefslogtreecommitdiff
path: root/audio/mikmod/patches/patch-ae
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2000-04-02 16:32:34 +0000
committerpooka <pooka@pkgsrc.org>2000-04-02 16:32:34 +0000
commit437062e47b9bd146a208161fbe157b436192914f (patch)
treeedc786600429d0a163ad9fd041683d0396fec156 /audio/mikmod/patches/patch-ae
parent8d9521e29168cdc259237f665b229e5e8b133f35 (diff)
downloadpkgsrc-437062e47b9bd146a208161fbe157b436192914f.tar.gz
Update mikmod to 3.1.6-a. Changes since 3.0.3 are numerous, including
integrated patches from the package system, an on-screen configuration facility and a "don't loop" interal module option. See NEWS in distribution for a full list of changes.
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;