diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-07 21:29:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-07 21:29:34 +0000 |
commit | 5fdf3c503f3b58334875d0083ec7721b0a57abeb (patch) | |
tree | d48cd50d9b33275f518ca282ac5c2b97c712501d | |
parent | ecb0b4b6ccfc1cbef932a5f45c815649bd8a3764 (diff) | |
download | pkgsrc-5fdf3c503f3b58334875d0083ec7721b0a57abeb.tar.gz |
Fix for sparc64, provided in pkg/15168.
-rw-r--r-- | security/gnupg/distinfo | 3 | ||||
-rw-r--r-- | security/gnupg/patches/patch-ac | 17 |
2 files changed, 19 insertions, 1 deletions
diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index c2eb757dd1b..e01655ea10a 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2001/06/04 23:41:36 wiz Exp $ +$NetBSD: distinfo,v 1.7 2002/01/07 21:29:34 wiz Exp $ SHA1 (gnupg-1.0.6.tar.gz) = 3d5f0b6c123916aebd64fcbf34117019642dde98 Size (gnupg-1.0.6.tar.gz) = 1941676 bytes @@ -6,3 +6,4 @@ SHA1 (idea.c.20010605) = f6e237b84285964f09b3806b91170b6523384a48 Size (idea.c.20010605) = 15480 bytes SHA1 (patch-aa) = fffd3e55792bb27df002bacbc5d8bf9096d5dd64 SHA1 (patch-ab) = 26938c9933564f263a02ac3c01b47fa185142f28 +SHA1 (patch-ac) = 1d191cdabab38afa537b26dbf340aede0c79748c diff --git a/security/gnupg/patches/patch-ac b/security/gnupg/patches/patch-ac new file mode 100644 index 00000000000..7506939ba8d --- /dev/null +++ b/security/gnupg/patches/patch-ac @@ -0,0 +1,17 @@ +$NetBSD: patch-ac,v 1.10 2002/01/07 21:29:35 wiz Exp $ + +--- mpi/config.links.orig Sun Apr 29 13:36:18 2001 ++++ mpi/config.links +@@ -119,6 +119,12 @@ + path="sparc32v8 sparc32" + mpi_extra_modules="udiv" + ;; ++ sparc64-*-netbsd) ++ # There are no sparc64 assembler modules that work, so ++ # just use generic C functions ++ echo '/* configured for sparc64-*-netbsd */' >>./mpi/asm-syntax.h ++ path="" ++ ;; + sparc9*-*-* | \ + sparc64*-*-* | \ + ultrasparc*-*-* ) |