Blob Blame History Raw
--- gnucash-1.8.6/src/gnome-utils/gnc-html.c.64bit-fixes	2003-04-12 19:03:30.000000000 +0200
+++ gnucash-1.8.6/src/gnome-utils/gnc-html.c	2003-10-02 11:06:06.000000000 +0200
@@ -1315,7 +1315,7 @@ gnc_html_set_button_cb(gnc_html * html, 
 static gboolean 
 raw_html_receiver (gpointer     engine,
                    const gchar *data,
-                   guint        len,
+                   size_t       len,
                    gpointer     user_data)
 {
   FILE *fh = (FILE *) user_data;
--- gnucash-1.8.8/aclocal.m4.cow	2004-03-12 17:36:40.478189512 -0500
+++ gnucash-1.8.8/aclocal.m4	2004-03-12 17:37:23.728614448 -0500
@@ -3304,7 +3304,7 @@
 # This must be Linux ELF.
 linux-gnu*)
   case $host_cpu in
-  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
+  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64* | s390* )
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM
--- gnucash-1.8.8/acinclude.m4.cow	2004-03-12 17:36:51.352536360 -0500
+++ gnucash-1.8.8/acinclude.m4	2004-03-12 17:37:10.250663408 -0500
@@ -3374,7 +3374,7 @@
 # This must be Linux ELF.
 linux-gnu*)
   case $host_cpu in
-  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
+  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64* | s390* )
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM