diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-03-06 00:02:51 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-03-06 00:02:51 +0000 |
commit | cd2cbc1e08691e376028f97708b99debab4b3884 (patch) | |
tree | d23962f9768e460128fa35955a4a602b4604b66b /audio/mp3blaster | |
parent | 8969fc1f64b4d516be201b38a7027d36233a1946 (diff) | |
download | ports-cd2cbc1e08691e376028f97708b99debab4b3884.tar.gz ports-cd2cbc1e08691e376028f97708b99debab4b3884.zip |
Notes
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 000000000000..27840b3d7d39 --- /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); |