diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-29 01:35:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-29 01:35:15 +0800 |
commit | d73a80e1df14b8b73196d95e3d8478905d686cc7 (patch) | |
tree | 6e49a76883ef4da0a9358e54901495119037f23b /editors/gedit/files | |
parent | 5c8a0da0be37a6ac46f33abd0f231c0dca37e0ff (diff) | |
download | marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar.gz marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar.bz2 marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar.lz marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar.xz marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar.zst marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8667 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit/files')
-rw-r--r-- | editors/gedit/files/patch-configure | 18 | ||||
-rw-r--r-- | editors/gedit/files/patch-gedit_gedit-module.c | 11 | ||||
-rw-r--r-- | editors/gedit/files/patch-plugins_externaltools_data_Makefile.in | 11 |
3 files changed, 40 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; diff --git a/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in b/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in new file mode 100644 index 000000000..aa069fd24 --- /dev/null +++ b/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in @@ -0,0 +1,11 @@ +--- plugins/externaltools/data/Makefile.in.orig Thu Jan 11 00:53:33 2007 ++++ plugins/externaltools/data/Makefile.in Thu Jan 11 00:53:41 2007 +@@ -471,7 +471,7 @@ + # (.desktop), which happens to be translated using intltool. + $(tools_SCRIPTS): %: %.tool.in %.desktop $(TOOL_MERGE) + perl $(TOOL_MERGE) -o $@ $< $(word 2,$^) +- chmod --reference=$< $@ ++ chmod 0755 $@ + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: |