Browse Source
* gnu/packages/patches/gd-mips64-deplibs-fix.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/gd.scm (gd): Update to 2.1.1. Update source URI. Remove patch. Remove 'chdir' phase. Add pkg-config to native-inputs.version-0.8.3

3 changed files with 10 additions and 30 deletions
@ -1,17 +0,0 @@ |
|||
Patch configure script to choose pass_all deplibs check method for |
|||
linux-gnu* systems on mips64. This is a temporary hack until libgd |
|||
bootstraps their build system with a newer libtool. |
|||
|
|||
Patch by Mark H Weaver <mhw@netris.org>. |
|||
|
|||
--- libgd-gd/src/configure.orig 2006-04-05 11:56:57.000000000 -0400
|
|||
+++ libgd-gd/src/configure 2013-11-02 17:56:19.123995838 -0400
|
|||
@@ -4457,7 +4457,7 @@
|
|||
# This must be Linux ELF. |
|||
linux-gnu*) |
|||
case $host_cpu in |
|||
- alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* | s390* | x86_64*)
|
|||
+ alpha* | hppa* | i*86 | mips | mipsel | mips64 | mips64el | powerpc* | sparc* | ia64* | s390* | x86_64*)
|
|||
lt_cv_deplibs_check_method=pass_all ;; |
|||
*) |
|||
# glibc up to 2.1.1 does not perform some relocations on ARM |
Loading…
Reference in new issue