diff options
author | 2012-10-02 04:15:54 +0000 | |
---|---|---|
committer | 2012-10-02 04:15:54 +0000 | |
commit | db2c12b07a9e6092c6eecf5d905a8cc8eba4cbd2 (patch) | |
tree | d231af77f8cd459506b199f1978af2b299c4c8b3 /media-video/makemkv/files | |
parent | version bump (diff) | |
download | gentoo-2-db2c12b07a9e6092c6eecf5d905a8cc8eba4cbd2.tar.gz gentoo-2-db2c12b07a9e6092c6eecf5d905a8cc8eba4cbd2.tar.bz2 gentoo-2-db2c12b07a9e6092c6eecf5d905a8cc8eba4cbd2.zip |
Fixed Bug 435554 - Bump for makemkv 1.7.7, remove legacy ebuilds, some of which have upstream has moved source paths for.
(Portage version: 2.1.11.23/cvs/Linux x86_64)
Diffstat (limited to 'media-video/makemkv/files')
-rw-r--r-- | media-video/makemkv/files/makemkv-1.7.7-makefile.linux.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-video/makemkv/files/makemkv-1.7.7-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.7.7-makefile.linux.patch new file mode 100644 index 000000000000..4305cff5727d --- /dev/null +++ b/media-video/makemkv/files/makemkv-1.7.7-makefile.linux.patch @@ -0,0 +1,20 @@ +--- makemkv-oss-1.7.7/makefile.linux.orig ++++ makemkv-oss-1.7.7/makefile.linux +@@ -8,7 +8,7 @@ + MOC=moc + endif + +-CXXOPTS=-Os -D_GNU_SOURCE -D_linux_ ++CXXOPTS=-D_GNU_SOURCE -D_linux_ + + BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine) + BUILDINFO_BUILD_DATE=$(shell date) +@@ -38,7 +38,7 @@ + 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 $< $@ + + out/libdriveio.so.0.full: + mkdir -p out |