diff options
author | tv <tv> | 2005-10-31 15:59:14 +0000 |
---|---|---|
committer | tv <tv> | 2005-10-31 15:59:14 +0000 |
commit | df44aad436c4953604f81a8b03ef373fbb368a6a (patch) | |
tree | 29a95c80a29d5136b9e3ae677cbc27e143f8d0cb /audio | |
parent | 3859cd1284579ed52affc753c06fd32c5b1f039b (diff) | |
download | pkgsrc-df44aad436c4953604f81a8b03ef373fbb368a6a.tar.gz |
No need to include <getopt.h> as getsubopt/getopt_long is not needed.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3splt/distinfo | 3 | ||||
-rw-r--r-- | audio/mp3splt/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/mp3splt/distinfo b/audio/mp3splt/distinfo index cd75e0ab153..f4a15556611 100644 --- a/audio/mp3splt/distinfo +++ b/audio/mp3splt/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.5 2005/10/20 00:38:55 wiz Exp $ +$NetBSD: distinfo,v 1.6 2005/10/31 15:59:14 tv Exp $ SHA1 (mp3splt-2.1c-src.tar.gz) = 40962d696c2a687569ab55382600178f5c8fd2b1 RMD160 (mp3splt-2.1c-src.tar.gz) = 857b225ac4645cc43cc0381e5ecfe908d9c01fb9 Size (mp3splt-2.1c-src.tar.gz) = 131810 bytes +SHA1 (patch-aa) = f90ac091d136de06b00daee259dcfadd77b68e30 diff --git a/audio/mp3splt/patches/patch-aa b/audio/mp3splt/patches/patch-aa new file mode 100644 index 00000000000..75ded249249 --- /dev/null +++ b/audio/mp3splt/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2005/10/31 15:59:14 tv Exp $ + +--- mp3splt.c.orig 2005-03-26 08:51:56.000000000 -0500 ++++ mp3splt.c +@@ -38,8 +38,6 @@ + #include <vorbis/vorbisfile.h> + #endif + +-#include "getopt.h" +- + #include "mp3.h" + #include "wrap.h" + #include "ogg.h" |