From a4871cc5f4c30ea5d2ec7226c812a7cc0c77db21 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Fri, 30 Dec 2016 15:20:42 +0100 Subject: [PATCH] media-libs/libmatroska: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3286 --- .../libmatroska/files/libmatroska-1.4.1-flags.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 media-libs/libmatroska/files/libmatroska-1.4.1-flags.patch diff --git a/media-libs/libmatroska/files/libmatroska-1.4.1-flags.patch b/media-libs/libmatroska/files/libmatroska-1.4.1-flags.patch deleted file mode 100644 index 1b00cd23440c..000000000000 --- a/media-libs/libmatroska/files/libmatroska-1.4.1-flags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libmatroska-release-1.4.1/make/linux/Makefile -+++ libmatroska-release-1.4.1/make/linux/Makefile -@@ -104,7 +104,7 @@ - $(RANLIB) $@ - - $(LIBRARY_SO): $(objects_so) -- $(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so) -lebml -+ $(CXX) $(LINKFLAGS) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so) -lebml - rm -f $(LIBRARY_SO) - ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO) - -- 2.26.2