summaryrefslogtreecommitdiff
path: root/audio/spiralsynthmodular
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-03-01 00:51:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-03-01 00:51:37 +0000
commit40d1cee31854f4a04d2adf25a62f69bff9e93305 (patch)
tree6c47a61ab8e1318a2e126971ad7f8d6148c7a5f8 /audio/spiralsynthmodular
parent- Fix build on 10.x (diff)
- Fix build with clang
- Fix patch filenames
Notes
Notes: svn path=/head/; revision=346587
Diffstat (limited to 'audio/spiralsynthmodular')
-rw-r--r--audio/spiralsynthmodular/Makefile2
-rw-r--r--audio/spiralsynthmodular/files/patch-SpiralSound-PluginManager.C (renamed from audio/spiralsynthmodular/files/patch-SpiralSound::PluginManager.C)0
-rw-r--r--audio/spiralsynthmodular/files/patch-SpiralSound-Plugins-LADSPAPlugin-LADSPAInfo.h11
-rw-r--r--audio/spiralsynthmodular/files/patch-SpiralSound-Plugins-OutputPlugin-OutputPlugin.C (renamed from audio/spiralsynthmodular/files/patch-SpiralSound::Plugins::OutputPlugin::OutputPlugin.C)0
4 files changed, 12 insertions, 1 deletions
diff --git a/audio/spiralsynthmodular/Makefile b/audio/spiralsynthmodular/Makefile
index 583de63c0618..55aee41cc340 100644
--- a/audio/spiralsynthmodular/Makefile
+++ b/audio/spiralsynthmodular/Makefile
@@ -24,7 +24,7 @@ CONFIGURE_ENV= FLTK_CONFIG="${FLTK_CONFIG}" \
LIBS="${LIBS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CPPFLAGS+= -I${LOCALBASE}/include
-WRKSRC= ${WRKDIR}/spiralmodular-0.2.2
+WRKSRC= ${WRKDIR}/spiralmodular-0.2.2
OPTIONS_DEFINE= OPTIMIZED_CFLAGS
diff --git a/audio/spiralsynthmodular/files/patch-SpiralSound::PluginManager.C b/audio/spiralsynthmodular/files/patch-SpiralSound-PluginManager.C
index 702073dac679..702073dac679 100644
--- a/audio/spiralsynthmodular/files/patch-SpiralSound::PluginManager.C
+++ b/audio/spiralsynthmodular/files/patch-SpiralSound-PluginManager.C
diff --git a/audio/spiralsynthmodular/files/patch-SpiralSound-Plugins-LADSPAPlugin-LADSPAInfo.h b/audio/spiralsynthmodular/files/patch-SpiralSound-Plugins-LADSPAPlugin-LADSPAInfo.h
new file mode 100644
index 000000000000..17de851b0998
--- /dev/null
+++ b/audio/spiralsynthmodular/files/patch-SpiralSound-Plugins-LADSPAPlugin-LADSPAInfo.h
@@ -0,0 +1,11 @@
+--- SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.h.orig 2014-02-13 05:56:16.387137838 +0400
++++ SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.h 2014-02-13 05:57:44.261183646 +0400
+@@ -91,7 +91,7 @@
+ unsigned long UniqueID;
+ std::string Name;
+
+- bool operator<(const PluginEntry& pe)
++ bool operator<(const PluginEntry& pe) const
+ {
+ return (Name<pe.Name);
+ }
diff --git a/audio/spiralsynthmodular/files/patch-SpiralSound::Plugins::OutputPlugin::OutputPlugin.C b/audio/spiralsynthmodular/files/patch-SpiralSound-Plugins-OutputPlugin-OutputPlugin.C
index 7a180c71fd69..7a180c71fd69 100644
--- a/audio/spiralsynthmodular/files/patch-SpiralSound::Plugins::OutputPlugin::OutputPlugin.C
+++ b/audio/spiralsynthmodular/files/patch-SpiralSound-Plugins-OutputPlugin-OutputPlugin.C