a4d728
diff -Naur libogg-1.3.0.orig/configure libogg-1.3.0/configure
a4d728
--- libogg-1.3.0.orig/configure	2013-04-09 13:58:06.000000000 +0200
a4d728
+++ libogg-1.3.0/configure	2013-04-09 14:57:43.143970750 +0200
a4d728
@@ -12200,10 +12200,10 @@
a4d728
 esac
a4d728
 
a4d728
 case 8 in
a4d728
-     $ac_cv_sizeof_int) SIZE64="int";;
a4d728
-     $ac_cv_sizeof_long) SIZE64="long";;
a4d728
-     $ac_cv_sizeof_long_long) SIZE64="long long";;
a4d728
      $ac_cv_sizeof_int64_t) SIZE64="int64_t";;
a4d728
+     $ac_cv_sizeof_long_long) SIZE64="long long";;
a4d728
+     $ac_cv_sizeof_long) SIZE64="long";;
a4d728
+     $ac_cv_sizeof_int) SIZE64="int";;
a4d728
 esac
a4d728
 
a4d728
 if test -z "$SIZE16"; then