diff options
Diffstat (limited to 'audio/lmms')
-rw-r--r-- | audio/lmms/files/patch-plugins_ladspa__effect_caps_Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/lmms/files/patch-plugins_ladspa__effect_caps_Makefile.am b/audio/lmms/files/patch-plugins_ladspa__effect_caps_Makefile.am index f4352906490c..0aa2b8f166e8 100644 --- a/audio/lmms/files/patch-plugins_ladspa__effect_caps_Makefile.am +++ b/audio/lmms/files/patch-plugins_ladspa__effect_caps_Makefile.am @@ -1,15 +1,15 @@ --- plugins/ladspa_effect/caps/Makefile.am.orig Mon Dec 4 15:22:22 2006 -+++ plugins/ladspa_effect/caps/Makefile.am Mon Dec 4 16:16:23 2006 -@@ -1,8 +1,6 @@ ++++ plugins/ladspa_effect/caps/Makefile.am Sat Dec 16 11:37:33 2006 +@@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 -AM_CXXFLAGS := $(AM_CXXFLAGS) -O6 -ffast-math -funroll-loops -ftracer -- ++AM_CXXFLAGS := $(AM_CXXFLAGS) -fPIC + DEST = $(libdir)/$(PACKAGE)/ladspa SOURCES = $(wildcard *.cc) - HDRS = $(wildcard *.h) $(wildcard dsp/*.h) -@@ -23,7 +21,7 @@ +@@ -23,7 +23,7 @@ -rm $(DEST)/caps.so depend: $(SOURCES) |