diff options
Diffstat (limited to 'multimedia/mkvtoolnix/files/patch-Rakefile')
-rw-r--r-- | multimedia/mkvtoolnix/files/patch-Rakefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/mkvtoolnix/files/patch-Rakefile b/multimedia/mkvtoolnix/files/patch-Rakefile deleted file mode 100644 index 2ace3b997e3a..000000000000 --- a/multimedia/mkvtoolnix/files/patch-Rakefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Rakefile.orig 2015-02-28 23:10:13.000000000 +0100 -+++ Rakefile 2015-03-24 04:56:05.797612497 +0100 -@@ -51,7 +51,7 @@ - $application_subdirs = { "mmg" => "mmg/", "mkvtoolnix-gui" => "mkvtoolnix-gui/" } - $applications = $programs.collect { |name| "src/#{$application_subdirs[name]}#{name}" + c(:EXEEXT) } - $manpages = $programs.collect { |name| "doc/man/#{name}.1" } -- $manpages << "doc/man/mkvtoolnix-gui.1" if !$build_mkvtoolnix_gui -+ $manpages << "doc/man/mkvtoolnix-gui.1" if $build_mkvtoolnix_gui - - $system_includes = "-I. -Ilib -Ilib/avilib-0.6.10 -Ilib/utf8-cpp/source -Isrc" - $system_libdirs = "-Llib/avilib-0.6.10 -Llib/librmff -Lsrc/common" |