summaryrefslogtreecommitdiff
path: root/devel/anjuta/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/anjuta/files')
-rw-r--r--devel/anjuta/files/patch-Makefile.in6
-rw-r--r--devel/anjuta/files/patch-plugins_symbol-db_plugin.c11
-rw-r--r--devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-priv.h11
3 files changed, 3 insertions, 25 deletions
diff --git a/devel/anjuta/files/patch-Makefile.in b/devel/anjuta/files/patch-Makefile.in
index 27b564d7c381..b0d1cdbdcc0b 100644
--- a/devel/anjuta/files/patch-Makefile.in
+++ b/devel/anjuta/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig 2010-02-14 13:38:48.000000000 -0500
-+++ Makefile.in 2010-02-14 13:39:18.000000000 -0500
-@@ -482,17 +482,17 @@ uninstall-anjuta_dataDATA:
+--- Makefile.in.orig 2009-12-23 12:28:03.000000000 +0100
++++ Makefile.in 2009-12-23 12:31:34.000000000 +0100
+@@ -490,17 +490,17 @@ uninstall-anjuta_dataDATA:
echo " ( cd '$(DESTDIR)$(anjuta_datadir)' && rm -f" $$files ")"; \
cd "$(DESTDIR)$(anjuta_datadir)" && rm -f $$files
install-anjutadocDATA: $(anjutadoc_DATA)
diff --git a/devel/anjuta/files/patch-plugins_symbol-db_plugin.c b/devel/anjuta/files/patch-plugins_symbol-db_plugin.c
deleted file mode 100644
index d19ef6d15a0a..000000000000
--- a/devel/anjuta/files/patch-plugins_symbol-db_plugin.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/symbol-db/plugin.c.orig 2009-04-17 01:08:28.000000000 -0400
-+++ plugins/symbol-db/plugin.c 2009-04-17 01:09:11.000000000 -0400
-@@ -1510,7 +1510,7 @@ do_check_offline_files_changed (SymbolDB
- GHashTable *prj_elements_hash;
- GPtrArray *to_add_files = NULL;
- gint i;
-- gint real_added ;
-+ gint real_added = 0;
-
- pm = anjuta_shell_get_interface (ANJUTA_PLUGIN (sdb_plugin)->shell,
- IAnjutaProjectManager, NULL);
diff --git a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-priv.h b/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-priv.h
deleted file mode 100644
index cecb81021faf..000000000000
--- a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-priv.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/symbol-db/symbol-db-engine-priv.h.orig 2009-04-15 19:40:20.000000000 -0400
-+++ plugins/symbol-db/symbol-db-engine-priv.h 2009-04-15 19:40:34.000000000 -0400
-@@ -47,7 +47,7 @@
-
- #define CTAGS_MARKER "#_#\n"
-
--#define SHARED_MEMORY_PREFIX "/dev/shm"
-+#define SHARED_MEMORY_PREFIX "/tmp"
-
- #define THREADS_MAX_CONCURRENT 2
- #define TRIGGER_SIGNALS_DELAY 100