summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/patches
diff options
context:
space:
mode:
authorreed <reed>2003-10-28 12:32:42 +0000
committerreed <reed>2003-10-28 12:32:42 +0000
commit5f60a0de61be128d707d338899f300548b62130e (patch)
treeef0c7c1204c83f1a23890bb45ce5398e8f5225a5 /audio/vorbis-tools/patches
parent78a69c83854aea7bd929db3b9bb17afb56ea05be (diff)
downloadpkgsrc-5f60a0de61be128d707d338899f300548b62130e.tar.gz
For some reason patch-aa had a reject with gnu diff 2.8.1. So I remade
patch and updated distinfo. (Okay'd by wiz.)
Diffstat (limited to 'audio/vorbis-tools/patches')
-rw-r--r--audio/vorbis-tools/patches/patch-aa12
1 files changed, 5 insertions, 7 deletions
diff --git a/audio/vorbis-tools/patches/patch-aa b/audio/vorbis-tools/patches/patch-aa
index 1c4cf928653..e14075020f8 100644
--- a/audio/vorbis-tools/patches/patch-aa
+++ b/audio/vorbis-tools/patches/patch-aa
@@ -1,10 +1,8 @@
-$NetBSD: patch-aa,v 1.7 2003/07/13 21:04:21 wiz Exp $
+$NetBSD: patch-aa,v 1.8 2003/10/28 12:32:42 reed Exp $
---- ogg123/buffer.c.orig 2002-07-14 07:38:00.000000000 +0200
-+++ ogg123/buffer.c
-@@ -35,9 +35,9 @@
- #define MIN4(w,x,y,z) MIN( MIN(w,x), MIN(y,z) )
-
+--- ogg123/buffer.c.orig 2002-07-13 22:38:00.000000000 -0700
++++ ogg123/buffer.c 2003-10-28 02:32:10.000000000 -0800
+@@ -37,7 +37,7 @@
/* Special debugging code. THIS IS NOT PORTABLE! */
#ifdef DEBUG_BUFFER
FILE *debugfile;
@@ -13,7 +11,7 @@ $NetBSD: patch-aa,v 1.7 2003/07/13 21:04:21 wiz Exp $
#else
#define DEBUG(x, y...)
#endif
-@@ -434,7 +435,9 @@ void buffer_destroy (buf_t *buf)
+@@ -434,7 +434,9 @@ void buffer_destroy (buf_t *buf)
/* Cleanup pthread variables */
pthread_mutex_destroy(&buf->mutex);