summaryrefslogtreecommitdiff
path: root/audio/icecast1/patches
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2004-01-11 16:59:34 +0000
committerkim <kim@pkgsrc.org>2004-01-11 16:59:34 +0000
commit691a09109222ea8acc1ff18ac0812eb8bd2d67df (patch)
treef143c7523c4fa6ef4e333d5b04bb68fd8d6e1ffe /audio/icecast1/patches
parent2aac388a0f456900dee8f7a83d00b92d261fc2f1 (diff)
downloadpkgsrc-691a09109222ea8acc1ff18ac0812eb8bd2d67df.tar.gz
Bring back Icecast v1.
Diffstat (limited to 'audio/icecast1/patches')
-rw-r--r--audio/icecast1/patches/patch-ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/icecast1/patches/patch-ac b/audio/icecast1/patches/patch-ac
new file mode 100644
index 00000000000..e00e2ec60cc
--- /dev/null
+++ b/audio/icecast1/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1.1.1 2004/01/11 16:59:34 kim Exp $
+
+--- src/icetypes.h.orig Wed Jul 5 15:51:14 2000
++++ src/icetypes.h Fri Oct 17 21:49:19 2003
+@@ -41,9 +41,9 @@
+ typedef enum type_e {integer_e, real_e, string_e, function_e} type_t;
+
+ #define BUFSIZE 8192
+-#define CHUNKLEN 64
++#define CHUNKLEN @CHUNKLEN@
+ #define MAXMETADATALENGTH (16 * 256)
+-#define SOURCE_BUFFSIZE 8192
++#define SOURCE_BUFFSIZE @SOURCE_BUFFSIZE@
+ #define SOURCE_READSIZE (SOURCE_BUFFSIZE - MAXMETADATALENGTH) /* Please be careful here... */
+ #define MAXLISTEN 5 /* max number of listening ports */
+