diff options
Diffstat (limited to 'audio/mp3splt/patches/patch-aa')
-rw-r--r-- | audio/mp3splt/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
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" |