summaryrefslogtreecommitdiffstats
path: root/editors/gedit/files
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gedit/files')
-rw-r--r--editors/gedit/files/patch-configure18
-rw-r--r--editors/gedit/files/patch-gedit_gedit-module.c11
2 files changed, 29 insertions, 0 deletions
diff --git a/editors/gedit/files/patch-configure b/editors/gedit/files/patch-configure
new file mode 100644
index 000000000..6bfadb0af
--- /dev/null
+++ b/editors/gedit/files/patch-configure
@@ -0,0 +1,18 @@
+--- configure.orig Wed Dec 14 09:07:01 2005
++++ configure Wed Dec 14 09:07:01 2005
+@@ -22216,6 +22216,7 @@
+ if eval "test \"\${$as_ac_var+set}\" = set"; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
++ LIBS="-lintl $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -22304,6 +22305,7 @@
+ cat >>confdefs.h <<_ACEOF
+ #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
+ _ACEOF
++LIBS="-lintl $LIBS"
+
+ fi
+ done
diff --git a/editors/gedit/files/patch-gedit_gedit-module.c b/editors/gedit/files/patch-gedit_gedit-module.c
new file mode 100644
index 000000000..b12781557
--- /dev/null
+++ b/editors/gedit/files/patch-gedit_gedit-module.c
@@ -0,0 +1,11 @@
+--- gedit/gedit-module.c.orig Fri Jan 6 12:19:53 2006
++++ gedit/gedit-module.c Fri Jan 6 12:20:21 2006
+@@ -142,7 +142,7 @@ gedit_module_unload (GTypeModule *gmodul
+
+ gedit_debug_message (DEBUG_PLUGINS, "Unloading %s", module->path);
+
+- g_module_close (module->library);
++ /*g_module_close (module->library);*/
+
+ module->library = NULL;
+ module->type = 0;