summaryrefslogtreecommitdiff
path: root/security/gnupg/patches
diff options
context:
space:
mode:
authorwiz <wiz>2002-01-07 21:29:34 +0000
committerwiz <wiz>2002-01-07 21:29:34 +0000
commit28a9842fb1794ae8a5f9ebeb69e5335464f94505 (patch)
treed48cd50d9b33275f518ca282ac5c2b97c712501d /security/gnupg/patches
parent938dc87ca4056c283f7517c7e4ca0488325c21f7 (diff)
downloadpkgsrc-28a9842fb1794ae8a5f9ebeb69e5335464f94505.tar.gz
Fix for sparc64, provided in pkg/15168.
Diffstat (limited to 'security/gnupg/patches')
-rw-r--r--security/gnupg/patches/patch-ac17
1 files changed, 17 insertions, 0 deletions
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*-*-* )