diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-03-01 00:51:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-03-01 00:51:37 +0000 |
commit | 40d1cee31854f4a04d2adf25a62f69bff9e93305 (patch) | |
tree | 6c47a61ab8e1318a2e126971ad7f8d6148c7a5f8 | |
parent | a74a5869eefaf00f32e109cfeb65772b93ef26ae (diff) |
Notes
-rw-r--r-- | audio/spiralsynthmodular/Makefile | 2 | ||||
-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.h | 11 | ||||
-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 |