aboutsummaryrefslogtreecommitdiff
path: root/development/codeblocks/01-codeblocks_plugin_path.patch
diff options
context:
space:
mode:
authorantonioleal <antonioleal@yahoo.com>2013-06-05 12:03:07 -0400
committerdsomero <xgizzmo@slackbuilds.org>2013-06-05 12:03:07 -0400
commit4051ad3647df5a9178817c614de6f014c8736dd7 (patch)
treec0a6315855c856268b972d7ef871766478810c9f /development/codeblocks/01-codeblocks_plugin_path.patch
parent07bec150c6f06e391b913db838a50d2777909355 (diff)
development/codeblocks: Updated for version 12.11.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/codeblocks/01-codeblocks_plugin_path.patch')
-rw-r--r--development/codeblocks/01-codeblocks_plugin_path.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/development/codeblocks/01-codeblocks_plugin_path.patch b/development/codeblocks/01-codeblocks_plugin_path.patch
deleted file mode 100644
index a5e5c0fc3d..0000000000
--- a/development/codeblocks/01-codeblocks_plugin_path.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From: Michael Casadevall <sonicmctails@gmail.com>
-Subject: hardcode the proper plugins folder to /usr/lib/codeblocks/plugins
-Forwarded: no
-
----
- src/sdk/configmanager.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- codeblocks.orig/src/sdk/configmanager.cpp
-+++ codeblocks/src/sdk/configmanager.cpp
-@@ -514,7 +514,7 @@ wxString ConfigManager::GetFolder(Search
-
- case sdPluginsGlobal:
- #ifndef CB_AUTOCONF
-- return ConfigManager::data_path_global + _T("/plugins");
-+ return _T("/usr/lib/codeblocks/plugins");
- #else
- return ConfigManager::plugin_path_global;
- #endif