Gentoo Archives: gentoo-commits

From: "Matthew Marlow (mattm)" <mattm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/makemkv/files: makemkv-1.8.11-makefile.linux.patch
Date: Wed, 25 Jun 2014 19:15:56
Message-Id: 20140625191418.CE8462004F@flycatcher.gentoo.org
1 mattm 14/06/25 19:14:18
2
3 Added: makemkv-1.8.11-makefile.linux.patch
4 Log:
5 Upstream version bump, bug 513676, should hopefully address some incompatibilities with newer glibc versions.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 786037A7)
8
9 Revision Changes Path
10 1.1 media-video/makemkv/files/makemkv-1.8.11-makefile.linux.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.8.11-makefile.linux.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.8.11-makefile.linux.patch?rev=1.1&content-type=text/plain
14
15 Index: makemkv-1.8.11-makefile.linux.patch
16 ===================================================================
17 --- makemkv-oss-1.8.11/Makefile.in.orig 2014-04-25 09:25:24.558767575 -0600
18 +++ makemkv-oss-1.8.11/Makefile.in 2014-04-25 09:25:44.930534931 -0600
19 @@ -50,7 +50,7 @@
20 endif
21
22 out/%: out/%.full
23 - $(OBJCOPY) --strip-all --strip-debug --strip-unneeded --discard-all $< $@
24 + $(OBJCOPY) --discard-all $< $@
25
26 out/libdriveio.so.0.full:
27 mkdir -p out