summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libmatroska/files/libmatroska-1.4.1-flags.patch')
-rw-r--r--media-libs/libmatroska/files/libmatroska-1.4.1-flags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/libmatroska/files/libmatroska-1.4.1-flags.patch b/media-libs/libmatroska/files/libmatroska-1.4.1-flags.patch
new file mode 100644
index 000000000000..1b00cd23440c
--- /dev/null
+++ b/media-libs/libmatroska/files/libmatroska-1.4.1-flags.patch
@@ -0,0 +1,11 @@
+--- 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)
+