diff -Naur gedit-2.0.5.old/configure gedit-2.0.5.new/configure --- gedit-2.0.5.old/configure Thu Sep 5 18:05:14 2002 +++ gedit-2.0.5.new/configure Tue Sep 17 22:34:34 2002 @@ -4568,7 +4568,7 @@ # FIXME: Relying on posixy $() will cause problems for # cross-compilation, but unfortunately the echo tests do not # yet detect zsh echo's removal of \ escapes. - archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring' + archive_cmds='$nonopt $(test x$module = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $tmp_verstring)' # We need to add '_' to the symbols in $export_symbols first #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols' hardcode_direct=yes diff -Naur gedit-2.0.5.old/ltmain.sh gedit-2.0.5.new/ltmain.sh --- gedit-2.0.5.old/ltmain.sh Wed Aug 28 21:00:58 2002 +++ gedit-2.0.5.new/ltmain.sh Tue Sep 17 22:34:34 2002 @@ -2894,6 +2894,11 @@ if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval cmds=\"$archive_expsym_cmds\" else + if test "x$verstring" = "x0.0"; then + tmp_verstring= + else + tmp_verstring="$verstring" + fi eval cmds=\"$archive_cmds\" fi save_ifs="$IFS"; IFS='~' diff -Naur gedit-2.0.5.old/omf-install/Makefile.in gedit-2.0.5.new/omf-install/Makefile.in --- gedit-2.0.5.old/omf-install/Makefile.in Thu Sep 5 18:12:28 2002 +++ gedit-2.0.5.new/omf-install/Makefile.in Fri Sep 27 04:01:17 2002 @@ -247,7 +247,7 @@ -for file in $(srcdir)/*.omf; do \ $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \ done - -scrollkeeper-update -p $(scrollkeeper_localstate_dir) +# -scrollkeeper-update -p $(scrollkeeper_localstate_dir) uninstall-local: -for file in $(srcdir)/*.omf; do \ diff -Naur gedit-2.0.5.old/src/gedit-plugins-engine.c gedit-2.0.5.new/src/gedit-plugins-engine.c --- gedit-2.0.5.old/src/gedit-plugins-engine.c Tue Mar 19 00:21:49 2002 +++ gedit-2.0.5.new/src/gedit-plugins-engine.c Tue Sep 17 22:34:34 2002 @@ -31,6 +31,7 @@ #include #endif +#include #include #include