summaryrefslogtreecommitdiff
path: root/devel/anjuta/files/patch-plugins_symbol-db_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/anjuta/files/patch-plugins_symbol-db_plugin.h')
-rw-r--r--devel/anjuta/files/patch-plugins_symbol-db_plugin.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/anjuta/files/patch-plugins_symbol-db_plugin.h b/devel/anjuta/files/patch-plugins_symbol-db_plugin.h
deleted file mode 100644
index 10565abef21e..000000000000
--- a/devel/anjuta/files/patch-plugins_symbol-db_plugin.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/symbol-db/plugin.h.orig 2009-04-17 01:02:20.000000000 -0400
-+++ plugins/symbol-db/plugin.h 2009-04-17 01:02:37.000000000 -0400
-@@ -49,7 +49,7 @@ typedef struct _SymbolDBPluginClass Symb
- #include "symbol-db-prefs.h"
-
- /* a sort of 'default' value for ctags executable. User must have it installed */
--#define CTAGS_PATH "/usr/bin/ctags"
-+#define CTAGS_PATH "%%LOCALBASE%%/bin/exctags"
-
- struct _SymbolDBPlugin {
- AnjutaPlugin parent;