diff options
author | naddy <naddy@FreeBSD.org> | 2003-03-06 00:02:51 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-03-06 00:02:51 +0000 |
commit | 5d8856e0c6c318cd316c559e8bc2a8f2d8b6ec82 (patch) | |
tree | 964496d558deeec5515b7316c4ec40404e22c21b /audio/mp3blaster | |
parent | 99f77be976d4beb80e673041f248b11021ca5060 (diff) | |
download | FreeBSD-ports-5d8856e0c6c318cd316c559e8bc2a8f2d8b6ec82.zip FreeBSD-ports-5d8856e0c6c318cd316c559e8bc2a8f2d8b6ec82.tar.gz |
Fix build on -CURRENT.
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); |