mattm 14/03/09 02:44:17 Added: makemkv-1.8.9-makefile.linux.patch Log: Version Bump, Fix Bug 502342 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 786037A7)
Revision Changes Path 1.1 media-video/makemkv/files/makemkv-1.8.9-makefile.linux.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.8.9-makefile.linux.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.8.9-makefile.linux.patch?rev=1.1&content-type=text/plain Index: makemkv-1.8.9-makefile.linux.patch =================================================================== --- makemkv-oss-1.8.9/Makefile.in.orig 2013-11-20 19:48:33.000000000 -0800 +++ makemkv-oss-1.8.9/Makefile.in 2013-11-21 19:05:22.319663127 -0800 @@ -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
