You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/cmt-plugins/files/cmt-plugins-1.17-darwin.patch

14 lines
361 B

diff --git a/src/Makefile b/src/Makefile
index ec6a524..700ff75 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -67,7 +67,7 @@ targets: $(PLUGIN_LIB)
$(PLUGIN_LIB): $(PLUGIN_OBJECTS) gcc_exports.map
$(CXX) $(LDFLAGS) \
- -shared \
+ -dynamiclib -ldl \
$(CFLAGS) \
-fvisibility=hidden \
-fvisibility-inlines-hidden \