aboutsummaryrefslogtreecommitdiff
path: root/audio/swh-plugins-lv2/slkcflags.diff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2017-07-16 02:43:06 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-22 06:55:21 +0700
commita667aaac4710598ae8f6837b2d32450c48b4405c (patch)
tree21714c8ce3ba76777b1886b187f94025e23d8042 /audio/swh-plugins-lv2/slkcflags.diff
parent314dab41130f15cae68d89ccb586ec540ff7dea2 (diff)
audio/swh-plugins-lv2: Updated for version 1.0.16.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/swh-plugins-lv2/slkcflags.diff')
-rw-r--r--audio/swh-plugins-lv2/slkcflags.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/swh-plugins-lv2/slkcflags.diff b/audio/swh-plugins-lv2/slkcflags.diff
deleted file mode 100644
index e084fd6fb3216..0000000000000
--- a/audio/swh-plugins-lv2/slkcflags.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-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