diff options
Diffstat (limited to 'mail/evolution/files')
-rw-r--r-- | mail/evolution/files/patch-addressbook_gui_contact-list-editor_e-contact-list-editor.c | 20 | ||||
-rw-r--r-- | mail/evolution/files/patch-ltmain.sh | 50 |
2 files changed, 0 insertions, 70 deletions
diff --git a/mail/evolution/files/patch-addressbook_gui_contact-list-editor_e-contact-list-editor.c b/mail/evolution/files/patch-addressbook_gui_contact-list-editor_e-contact-list-editor.c deleted file mode 100644 index 285494765..000000000 --- a/mail/evolution/files/patch-addressbook_gui_contact-list-editor_e-contact-list-editor.c +++ /dev/null @@ -1,20 +0,0 @@ ---- addressbook/gui/contact-list-editor/e-contact-list-editor.c.orig Mon Jul 5 18:18:22 2004 -+++ addressbook/gui/contact-list-editor/e-contact-list-editor.c Mon Jul 5 18:18:59 2004 -@@ -666,11 +666,15 @@ - - EContactListEditor *ce; - -+ Bonobo_Control corba_control; -+ -+ GtkWidget *control_widget; -+ - ce = E_CONTACT_LIST_EDITOR (data); - -- Bonobo_Control corba_control = GNOME_Evolution_Addressbook_SelectNames_getEntryBySection -+ corba_control = GNOME_Evolution_Addressbook_SelectNames_getEntryBySection - (ce->corba_select_names, "Members", ev); -- GtkWidget *control_widget = bonobo_widget_new_control_from_objref (corba_control, CORBA_OBJECT_NIL); -+ control_widget = bonobo_widget_new_control_from_objref (corba_control, CORBA_OBJECT_NIL); - - bonobo_widget_get_property (BONOBO_WIDGET (control_widget), "destinations", - TC_CORBA_string, &string, NULL); diff --git a/mail/evolution/files/patch-ltmain.sh b/mail/evolution/files/patch-ltmain.sh deleted file mode 100644 index eba422a4f..000000000 --- a/mail/evolution/files/patch-ltmain.sh +++ /dev/null @@ -1,50 +0,0 @@ ---- ltmain.sh.orig Fri Mar 5 10:05:44 2004 -+++ ltmain.sh Mon Jul 5 17:36:23 2004 -@@ -1364,8 +1364,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -1849,6 +1857,7 @@ - finalize_deplibs="$deplib $finalize_deplibs" - else - deplibs="$deplib $deplibs" -+ test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" - fi - continue - ;; -@@ -3059,6 +3068,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5531,10 +5543,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |