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