diff --git a/audio/mp3blaster/patches/patch-nmixer_getopt_h b/audio/mp3blaster/patches/patch-nmixer_getopt_h deleted file mode 100644 index da3fe5faa8d..00000000000 --- a/audio/mp3blaster/patches/patch-nmixer_getopt_h +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-nmixer_getopt_h,v 1.1 2002/10/23 15:24:34 naddy Exp $ ---- nmixer/getopt.h.orig Wed Oct 23 16:49:16 2002 -+++ nmixer/getopt.h Wed Oct 23 16:49:25 2002 -@@ -103,7 +103,7 @@ struct option - errors, only prototype getopt for the GNU C library. */ - extern int getopt (int argc, char *const *argv, const char *shortopts); - #else /* not __GNU_LIBRARY__ */ --extern int getopt (); -+/* extern int getopt (); */ - #endif /* __GNU_LIBRARY__ */ - extern int getopt_long (int argc, char *const *argv, const char *shortopts, - const struct option *longopts, int *longind); diff --git a/audio/mp3blaster/patches/patch-src_getopt_h b/audio/mp3blaster/patches/patch-src_getopt_h deleted file mode 100644 index 2a81adcdd6e..00000000000 --- a/audio/mp3blaster/patches/patch-src_getopt_h +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-src_getopt_h,v 1.1 2002/07/20 20:15:05 naddy Exp $ ---- src/getopt.h.orig Sat Jul 20 20:53:19 2002 -+++ src/getopt.h Sat Jul 20 20:54:03 2002 -@@ -103,7 +103,7 @@ struct option - errors, only prototype getopt for the GNU C library. */ - extern int getopt (int argc, char *const *argv, const char *shortopts); - #else /* not __GNU_LIBRARY__ */ --extern int getopt (); -+/* extern int getopt (); */ - #endif /* __GNU_LIBRARY__ */ - extern int getopt_long (int argc, char *const *argv, const char *shortopts, - const struct option *longopts, int *longind);