From 2281165c140e7ff60314f3c932c53251af6839fa Mon Sep 17 00:00:00 2001 From: Jeffrey Gardner Date: Tue, 20 Aug 2013 18:41:03 +0000 Subject: makefile patch svn path=/; revision=350 --- .../makemkv/files/makemkv-1.8.4-makefile.linux.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 media-video/makemkv/files/makemkv-1.8.4-makefile.linux.patch (limited to 'media-video') diff --git a/media-video/makemkv/files/makemkv-1.8.4-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.8.4-makefile.linux.patch new file mode 100644 index 0000000..aedb476 --- /dev/null +++ b/media-video/makemkv/files/makemkv-1.8.4-makefile.linux.patch @@ -0,0 +1,20 @@ +--- makemkv-oss-1.8.3/makefile.linux.orig ++++ makemkv-oss-1.8.3/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 -- cgit v1.2.3-18-g5258