diff options
Diffstat (limited to 'audio/mp3blaster')
-rw-r--r-- | audio/mp3blaster/files/patch-nmixer_getopt.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/mp3blaster/files/patch-nmixer_getopt.h b/audio/mp3blaster/files/patch-nmixer_getopt.h new file mode 100644 index 0000000..27840b3 --- /dev/null +++ b/audio/mp3blaster/files/patch-nmixer_getopt.h @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- nmixer/getopt.h.orig Thu Mar 6 00:37:11 2003 ++++ nmixer/getopt.h Thu Mar 6 00:37:21 2003 +@@ -103,7 +103,7 @@ + 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); |