diff options
author | B. Watson <yalhcru@gmail.com> | 2011-07-13 04:31:11 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:06 -0300 |
commit | e7f6177976ea47e2bc67df749273e8f3ffdeed28 (patch) | |
tree | 93d1c959e8d2fd9c62e298fe3cddf60ff63a6598 /audio/swh-plugins-lv2/slkcflags.diff | |
parent | 3f27426cd257f598a36286abfae5e5d4fa10cfb9 (diff) |
audio/swh-plugins-lv2: Added (GPL audio plugins for LV2)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/swh-plugins-lv2/slkcflags.diff')
-rw-r--r-- | audio/swh-plugins-lv2/slkcflags.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/swh-plugins-lv2/slkcflags.diff b/audio/swh-plugins-lv2/slkcflags.diff new file mode 100644 index 0000000000000..e084fd6fb3216 --- /dev/null +++ b/audio/swh-plugins-lv2/slkcflags.diff @@ -0,0 +1,12 @@ +diff -Naur swh-lv2-1.0.15/Makefile swh-lv2-1.0.15.patched/Makefile +--- swh-lv2-1.0.15/Makefile 2008-01-09 16:02:08.000000000 -0500 ++++ swh-lv2-1.0.15.patched/Makefile 2010-06-24 18:28:09.000000000 -0400 +@@ -44,7 +44,7 @@ + BUILD_PLUGINS = $(PLUGINS) + else + EXT = so +-PLUGIN_CFLAGS = -Wall -I. -Iinclude -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -fPIC -DPIC $(CFLAGS) ++PLUGIN_CFLAGS = -Wall -I. -Iinclude -fPIC -DPIC $(SLKCFLAGS) + PLUGIN_LDFLAGS = -shared $(LDFLAGS) + BUILD_PLUGINS = $(PLUGINS) $(FFT_PLUGINS) + endif |