gnu: libmtp: Update to 1.1.11.
[jackhill/guix/guix.git] / gnu / packages / patches / liboop-mips64-deplibs-fix.patch
1 Patch configure script to choose pass_all deplibs check method for
2 linux-gnu* systems on mips64. This is a temporary hack until liboop
3 bootstraps their build system with a newer libtool.
4
5 Patch by Mark H Weaver <mhw@netris.org>.
6
7 --- liboop/configure.orig 2003-10-26 11:41:19.000000000 -0500
8 +++ liboop/configure 2013-11-02 18:09:11.079995796 -0400
9 @@ -3395,7 +3395,7 @@
10 # This must be Linux ELF.
11 linux*)
12 case $host_cpu in
13 - alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh*)
14 + alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | mips64 | mips64el | powerpc* | sparc* | s390* | sh*)
15 lt_cv_deplibs_check_method=pass_all ;;
16 *)
17 # glibc up to 2.1.1 does not perform some relocations on ARM