diff options
author | joerg <joerg> | 2005-11-02 19:02:53 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-11-02 19:02:53 +0000 |
commit | 6749e1c8a61fa98e82b0daa41db469a03b61e252 (patch) | |
tree | 1e6f538c552c87f1a80546c34fdb681c077af00f /audio | |
parent | 4e374664c21719ae78a3009f6e617d6991b658c0 (diff) | |
download | pkgsrc-6749e1c8a61fa98e82b0daa41db469a03b61e252.tar.gz |
Include the same fix for NAME_MAX usage as vorbis-tools.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tremor-tools/distinfo | 3 | ||||
-rw-r--r-- | audio/tremor-tools/patches/patch-ag | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/tremor-tools/distinfo b/audio/tremor-tools/distinfo index 1a1a7c4c6d7..770e0155efc 100644 --- a/audio/tremor-tools/distinfo +++ b/audio/tremor-tools/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 20:39:52 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/11/02 19:02:53 joerg Exp $ SHA1 (vorbis-tools-1.0.tar.gz) = 5c2508786cf6a2a270c697d3debe66ee83df376d RMD160 (vorbis-tools-1.0.tar.gz) = 2f3874699be904fdf64c6edf09e21ccb8f0eee28 @@ -9,3 +9,4 @@ SHA1 (patch-ac) = c38abc6647d990c89258e14a959db80cd4656db7 SHA1 (patch-ad) = 81beeaa3f8ae918fa30df26f06c92a45914ccb99 SHA1 (patch-ae) = 37b3128b58fd6dcaf303930c64ac7bf6df9fa043 SHA1 (patch-af) = 4bdf3edbd80ffdeacdc260fe172468ec2b0b3efb +SHA1 (patch-ag) = 729ca84168ee781335429840ee54a2b894b82f54 diff --git a/audio/tremor-tools/patches/patch-ag b/audio/tremor-tools/patches/patch-ag new file mode 100644 index 00000000000..b1a4a9cc434 --- /dev/null +++ b/audio/tremor-tools/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.1 2005/11/02 19:02:53 joerg Exp $ + +--- ogg123/playlist.c.orig 2005-08-17 20:03:15.000000000 +0000 ++++ ogg123/playlist.c +@@ -19,6 +19,7 @@ + #include <stdlib.h> + #include <string.h> + #include <ctype.h> ++#include <limits.h> + #include <sys/types.h> + #include <sys/stat.h> + #include <unistd.h> |