summaryrefslogtreecommitdiff
path: root/security/gnupg/patches
diff options
context:
space:
mode:
authorthorpej <thorpej>2003-04-01 17:58:59 +0000
committerthorpej <thorpej>2003-04-01 17:58:59 +0000
commit66cd3c85e862b36d2eb35808c9b36366f90ac20b (patch)
treee255ec02f4a13222ae44065dcba96d83d0124611 /security/gnupg/patches
parent17ca0b74e98eeab0c98322d16a2581fefc201cc8 (diff)
downloadpkgsrc-66cd3c85e862b36d2eb35808c9b36366f90ac20b.tar.gz
Don't try to use asm on any version of Darwin.
Diffstat (limited to 'security/gnupg/patches')
-rw-r--r--security/gnupg/patches/patch-ab11
1 files changed, 11 insertions, 0 deletions
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=""
+ ;;