summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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