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-libs/ladspa-cmt/files/ladspa-cmt-1.16-darwin.patch

13 lines
316 B

diff -u src-org/makefile src/makefile
--- src-org/makefile Thu Oct 28 19:22:56 2004
+++ src/makefile Thu Oct 28 19:28:16 2004
@@ -68,7 +68,7 @@
targets: $(PLUGIN_LIB)
$(PLUGIN_LIB): $(PLUGIN_OBJECTS)
- $(CXX) -shared \
+ $(CXX) -dynamiclib -ldl \
-o $(PLUGIN_LIB) \
$(PLUGIN_OBJECTS)