summaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorthorpej <thorpej@pkgsrc.org>2003-04-01 17:58:59 +0000
committerthorpej <thorpej@pkgsrc.org>2003-04-01 17:58:59 +0000
commit2b4efbf6e45a7f86d71968ba40be95bc86f6d7e3 (patch)
treee255ec02f4a13222ae44065dcba96d83d0124611 /security/gnupg
parent40341eff8875a4e7df37b87a23e7c4b295c80ff8 (diff)
downloadpkgsrc-2b4efbf6e45a7f86d71968ba40be95bc86f6d7e3.tar.gz
Don't try to use asm on any version of Darwin.
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/distinfo3
-rw-r--r--security/gnupg/patches/patch-ab11
2 files changed, 13 insertions, 1 deletions
diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo
index a6e178906d2..83a5d1383bf 100644
--- a/security/gnupg/distinfo
+++ b/security/gnupg/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.14 2003/01/09 10:20:20 chris Exp $
+$NetBSD: distinfo,v 1.15 2003/04/01 17:58:59 thorpej Exp $
SHA1 (gnupg-1.2.1.tar.bz2) = 690be04da01ebe521be16389db580b487069dab3
Size (gnupg-1.2.1.tar.bz2) = 1889079 bytes
SHA1 (idea.c.gz) = e45ee3299433196251f39e736190bb16ee676d0a
Size (idea.c.gz) = 4777 bytes
SHA1 (patch-aa) = 56601df46f7f93626d82293b4062e15ab645cc40
+SHA1 (patch-ab) = 5e2585a9fdd7587140848f5d2ea5ece4a43eef5c
diff --git a/security/gnupg/patches/patch-ab b/security/gnupg/patches/patch-ab
new file mode 100644
index 00000000000..16e0c9a2602
--- /dev/null
+++ b/security/gnupg/patches/patch-ab
@@ -0,0 +1,11 @@
+--- mpi/config.links.orig Thu Oct 17 07:08:49 2002
++++ mpi/config.links Tue Apr 1 09:52:51 2003
+@@ -31,7 +31,7 @@
+
+ if test "$try_asm_modules" = "yes" ; then
+ case "${target}" in
+- powerpc-apple-darwin6.1)
++ powerpc-apple-darwin*)
+ echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
+ path=""
+ ;;