summaryrefslogtreecommitdiff
path: root/media-video/makemkv/files/makemkv-1.7.4-makefile.linux.patch
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2022-12-09 16:11:20 +0000
committerdakkar <dakkar@thenautilus.net>2022-12-09 16:11:20 +0000
commitedabc2e6cf4851e62d08f26007d07959b41ea9d2 (patch)
treef6723116b091e47aedf3f539f2c1a8ee784e7992 /media-video/makemkv/files/makemkv-1.7.4-makefile.linux.patch
parentbump nextcloud-spreed-signaling (diff)
downloadgentoo-overlay-edabc2e6cf4851e62d08f26007d07959b41ea9d2.tar.gz
gentoo-overlay-edabc2e6cf4851e62d08f26007d07959b41ea9d2.tar.bz2
gentoo-overlay-edabc2e6cf4851e62d08f26007d07959b41ea9d2.zip
drop old stuff
Diffstat (limited to 'media-video/makemkv/files/makemkv-1.7.4-makefile.linux.patch')
-rw-r--r--media-video/makemkv/files/makemkv-1.7.4-makefile.linux.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/media-video/makemkv/files/makemkv-1.7.4-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.7.4-makefile.linux.patch
deleted file mode 100644
index ebb79c1..0000000
--- a/media-video/makemkv/files/makemkv-1.7.4-makefile.linux.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- makemkv_v1.7.4_oss/makefile.linux.orig 2012-05-14 21:42:37.568726578 +0100
-+++ makemkv_v1.7.4_oss/makefile.linux 2012-05-14 21:43:12.904725721 +0100
-@@ -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