diff options
Diffstat (limited to '')
-rw-r--r-- | security/gnupg1/files/patch-mpi_config.links (renamed from security/gnupg1/files/patch-config.links) | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/security/gnupg1/files/patch-config.links b/security/gnupg1/files/patch-mpi_config.links index 7b59e4da6aa5..c3917be5dd23 100644 --- a/security/gnupg1/files/patch-config.links +++ b/security/gnupg1/files/patch-mpi_config.links @@ -1,6 +1,6 @@ ---- mpi/config.links.orig Thu Apr 24 20:15:58 2003 -+++ mpi/config.links Sat May 10 16:29:28 2003 -@@ -40,7 +40,7 @@ +--- mpi/config.links.orig 2015-12-19 14:08:22 UTC ++++ mpi/config.links +@@ -40,7 +40,7 @@ case "${host}" in ;; i[3467]86*-*-openbsd* | \ i[3467]86*-*-freebsd*-elf | \ @@ -9,8 +9,8 @@ i[3467]86*-*-freebsdelf* | \ i[3467]86*-*-netbsd* | \ i[3467]86*-*-k*bsd*) -@@ -142,6 +142,12 @@ - echo '/* configured for sparc64-*netbsd */' >>./mpi/asm-syntax.h +@@ -141,6 +141,12 @@ case "${host}" in + echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h path="" ;; + sparc64-*-freebsd*) @@ -20,9 +20,9 @@ + path="" + ;; sparc9*-*-* | \ - sparc64*-*-* | \ ultrasparc*-*-* ) -@@ -227,8 +227,8 @@ + echo '/* configured for sparc9 or higher */' >>./mpi/asm-syntax.h +@@ -230,8 +236,8 @@ case "${host}" in path="powerpc32" ;; |