diff options
Diffstat (limited to 'audio/mp3blaster/files/patch-src::main.cc')
-rw-r--r-- | audio/mp3blaster/files/patch-src::main.cc | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/audio/mp3blaster/files/patch-src::main.cc b/audio/mp3blaster/files/patch-src::main.cc index 382c2f396446..ba8b05bb8904 100644 --- a/audio/mp3blaster/files/patch-src::main.cc +++ b/audio/mp3blaster/files/patch-src::main.cc @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- src/main.cc.orig Wed Sep 10 06:22:55 2003 -+++ src/main.cc Sat Dec 6 00:36:09 2003 -@@ -413,7 +413,7 @@ +--- src/main.cc.orig Tue Aug 29 08:54:53 2006 ++++ src/main.cc Tue Aug 29 08:55:01 2006 +@@ -5448,7 +5448,7 @@ { 0, 0, 0, 0} }; -- c = getopt_long_only(argc, argv, "28a:c:df:hl:m:no:p:qRr:s:t:v", long_options, -+ c = getopt_long(argc, argv, "28a:c:df:hl:m:no:p:qRr:s:t:v", long_options, +- c = getopt_long(argc, argv, "28a:c:df:hl:m:no:p:qRr:s:t:v", long_options, ++ c = getopt_long_only(argc, argv, "28a:c:df:hl:m:no:p:qRr:s:t:v", long_options, &long_index); if (c == EOF) |