summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libmatroska/files/libmatroska-1.0.0-respectflags.patch')
-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)
-