- Removing old patches
This commit is contained in:
parent
47ef99c67e
commit
c6931cb733
1144
libogg-aarch64.patch
1144
libogg-aarch64.patch
File diff suppressed because it is too large
Load Diff
@ -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
|
|
Loading…
Reference in New Issue
Block a user