diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /audio/mp3blaster/files/patch-src::main.cc | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'audio/mp3blaster/files/patch-src::main.cc')
-rw-r--r-- | audio/mp3blaster/files/patch-src::main.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/mp3blaster/files/patch-src::main.cc b/audio/mp3blaster/files/patch-src::main.cc deleted file mode 100644 index ba8b05bb8904..000000000000 --- a/audio/mp3blaster/files/patch-src::main.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- 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(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) |