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-respect-ldf...

15 lines
369 B

https://bugs.gentoo.org/show_bug.cgi?id=334711
--- cmt/src/makefile.old 2010-09-13 16:43:26.000000000 +0100
+++ cmt/src/makefile 2010-09-13 16:45:08.000000000 +0100
@@ -66,7 +66,8 @@
targets: $(PLUGIN_LIB)
$(PLUGIN_LIB): $(PLUGIN_OBJECTS)
- $(CXX) -shared \
+ $(CXX) $(LDFLAGS) \
+ -shared \
-o $(PLUGIN_LIB) \
$(PLUGIN_OBJECTS)