summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marlowe <mattm@gentoo.org>2012-07-03 16:16:12 +0000
committerMatthew Marlowe <mattm@gentoo.org>2012-07-03 16:16:12 +0000
commitb8b41dcf89d64806a217b1258ba61efe86108051 (patch)
treeb54288dc244701e0a510c6348e6047b2eb491178 /media-video/makemkv/files
parentMarking stellarium-0.11.3 ppc for bug 424245 (diff)
downloadgentoo-2-b8b41dcf89d64806a217b1258ba61efe86108051.tar.gz
gentoo-2-b8b41dcf89d64806a217b1258ba61efe86108051.tar.bz2
gentoo-2-b8b41dcf89d64806a217b1258ba61efe86108051.zip
User submitted minor fix to patch created for bug 424477.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'media-video/makemkv/files')
-rw-r--r--media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch
index 689fdc9e7215..6326575b2abb 100644
--- a/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch
+++ b/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch
@@ -1,5 +1,5 @@
---- makemkv-oss-1.7.6/makefile.linux.orig 2012-06-29 04:17:45.000000000 -0700
-+++ makemkv-oss-1.7.6/makefile.linux 2012-07-02 08:12:16.388552664 -0700
+--- makemkv-oss-1.7.6/makefile.linux.orig
++++ makemkv-oss-1.7.6/makefile.linux
@@ -8,7 +8,7 @@
MOC=moc
endif
@@ -13,8 +13,8 @@
install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
out/%: out/%.full
-- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
-+ objcopy --discard-all $< $@
+- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
++ objcopy --discard-all $< $@
out/libdriveio.so.0.full:
mkdir -p out