summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-08-15 12:21:34 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-08-18 16:17:51 +0200
commit771fc25b320b987df148e0fc62a4d7db93089ef7 (patch)
tree804335f3cc301540242524697141c82f3d68933f /media-libs/libmatroska
parentnet-libs/nodejs: Version bump. (diff)
downloadgentoo-771fc25b320b987df148e0fc62a4d7db93089ef7.tar.gz
gentoo-771fc25b320b987df148e0fc62a4d7db93089ef7.tar.bz2
gentoo-771fc25b320b987df148e0fc62a4d7db93089ef7.zip
media-libs/libmatroska: remove unused patch
Diffstat (limited to 'media-libs/libmatroska')
-rw-r--r--media-libs/libmatroska/files/libmatroska-1.0.0-respectflags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/media-libs/libmatroska/files/libmatroska-1.0.0-respectflags.patch b/media-libs/libmatroska/files/libmatroska-1.0.0-respectflags.patch
deleted file mode 100644
index 1095508160c0..000000000000
--- a/media-libs/libmatroska/files/libmatroska-1.0.0-respectflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- make/linux/Makefile.orig 2010-06-05 16:01:48.000000000 -0600
-+++ make/linux/Makefile 2010-06-05 16:02:22.000000000 -0600
-@@ -99,7 +99,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)
-