- Removing old patches

This commit is contained in:
Jaromir Capik 2014-08-05 20:10:38 +02:00
parent 47ef99c67e
commit c6931cb733
2 changed files with 0 additions and 1161 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,17 +0,0 @@
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