summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-10-31 15:59:14 +0000
committertv <tv@pkgsrc.org>2005-10-31 15:59:14 +0000
commit0883ce490cb823dbf87c0dbbdd6c8a71e4bd1ca9 (patch)
tree29a95c80a29d5136b9e3ae677cbc27e143f8d0cb /audio
parent14bbe07496e64e379a14f942bc3d591637210ede (diff)
downloadpkgsrc-0883ce490cb823dbf87c0dbbdd6c8a71e4bd1ca9.tar.gz
No need to include <getopt.h> as getsubopt/getopt_long is not needed.
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3splt/distinfo3
-rw-r--r--audio/mp3splt/patches/patch-aa13
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"