summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/makemkv')
-rw-r--r--media-video/makemkv/ChangeLog6
-rw-r--r--media-video/makemkv/files/makemkv-1.8.13-makefile.linux.patch11
2 files changed, 16 insertions, 1 deletions
diff --git a/media-video/makemkv/ChangeLog b/media-video/makemkv/ChangeLog
index 8a39519f3e38..87fc6b5a6129 100644
--- a/media-video/makemkv/ChangeLog
+++ b/media-video/makemkv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/makemkv
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/ChangeLog,v 1.46 2014/10/19 21:55:56 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/ChangeLog,v 1.47 2014/10/20 14:39:06 mattm Exp $
+
+ 20 Oct 2014; Matthew Marlowe <mattm@gentoo.org>
+ +files/makemkv-1.8.13-makefile.linux.patch:
+ Updated 1.8.13 Patch.
*makemkv-1.8.13 (19 Oct 2014)
diff --git a/media-video/makemkv/files/makemkv-1.8.13-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.8.13-makefile.linux.patch
new file mode 100644
index 000000000000..f407548ce391
--- /dev/null
+++ b/media-video/makemkv/files/makemkv-1.8.13-makefile.linux.patch
@@ -0,0 +1,11 @@
+--- makemkv-oss-1.8.13/Makefile.in.orig 2014-04-25 09:25:24.558767575 -0600
++++ makemkv-oss-1.8.13/Makefile.in 2014-04-25 09:25:44.930534931 -0600
+@@ -50,7 +50,7 @@
+ endif
+
+ out/%: out/%.full
+- $(OBJCOPY) --strip-all --strip-debug --strip-unneeded --discard-all $< $@
++ $(OBJCOPY) --discard-all $< $@
+
+ out/libdriveio.so.0.full:
+ mkdir -p out