From 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 26 Jul 2016 16:51:15 +0000 Subject: Cleanup patches, a* categories. Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight --- .../files/patch-SpiralSound-PluginManager.C | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 audio/spiralsynthmodular/files/patch-SpiralSound-PluginManager.C (limited to 'audio/spiralsynthmodular/files/patch-SpiralSound-PluginManager.C') diff --git a/audio/spiralsynthmodular/files/patch-SpiralSound-PluginManager.C b/audio/spiralsynthmodular/files/patch-SpiralSound-PluginManager.C deleted file mode 100644 index 702073dac679..000000000000 --- a/audio/spiralsynthmodular/files/patch-SpiralSound-PluginManager.C +++ /dev/null @@ -1,29 +0,0 @@ ---- SpiralSound/PluginManager.C.orig Mon Jan 6 01:17:04 2003 -+++ SpiralSound/PluginManager.C Mon Jan 6 01:17:45 2003 -@@ -48,7 +48,7 @@ - } - - // Link the neccesary functions -- char *error; -+ const char *error; - - NewPlugin->CreateInstance = (SpiralPlugin*(*)()) dlsym(NewPlugin->Handle, "CreateInstance"); - -@@ -89,7 +89,7 @@ - if (IsValid(ID)) - { - dlclose(GetPlugin(ID)->Handle); -- char *error; -+ const char *error; - if ((error = dlerror()) != NULL) - { - SpiralInfo::Alert("Error unlinking plugin: \n"+string(error)); -@@ -103,7 +103,7 @@ - i!=m_PluginVec.end(); i++) - { - dlclose((*i)->Handle); -- char *error; -+ const char *error; - if ((error = dlerror()) != NULL) - { - SpiralInfo::Alert("Error unlinking plugin: \n"+string(error)); -- cgit v1.2.3