summaryrefslogtreecommitdiff
path: root/audio/lmms
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-12-16 10:55:36 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-12-16 10:55:36 +0000
commit5f752aaf0cebf8f2cebd71088b5a00087bf11d12 (patch)
tree0988a6cc9d6c0c18fb2771c14d8c9ff99c5f89e1 /audio/lmms
parent- Fix the build with gcc 4.1 (diff)
Fix the build on amd64 (hopefully).
Notes
Notes: svn path=/head/; revision=179926
Diffstat (limited to 'audio/lmms')
-rw-r--r--audio/lmms/files/patch-plugins_ladspa__effect_caps_Makefile.am10
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)