summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/gnupg/files/patch-sum4
-rw-r--r--security/gnupg/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/gnupg/files/patch-sum b/security/gnupg/files/patch-sum
index 89c49f63889..b1422d8c294 100644
--- a/security/gnupg/files/patch-sum
+++ b/security/gnupg/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.4 2000/05/19 23:13:52 wiz Exp $
+$NetBSD: patch-sum,v 1.5 2000/06/23 14:32:10 dmcmahill Exp $
-MD5 (patch-ab) = a4c510a0d116864b8d98459ffd3e030d
+MD5 (patch-ab) = 18c96f718c73b44ca312c1a875164330
MD5 (patch-ac) = d727203e6a48d22677b58a69af73bd78
diff --git a/security/gnupg/patches/patch-ab b/security/gnupg/patches/patch-ab
index 0cbd585ce79..851dcaf8b98 100644
--- a/security/gnupg/patches/patch-ab
+++ b/security/gnupg/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.6 2000/05/19 23:13:53 wiz Exp $
+$NetBSD: patch-ab,v 1.7 2000/06/23 14:32:11 dmcmahill Exp $
Make this work on NetBSD.
For Solaris, make the DATADIRNAME share.
@@ -19,7 +19,7 @@ For Solaris, make the DATADIRNAME share.
DYNLINK_MOD_CFLAGS="-shared -rdynamic -fpic -Wl,-Bshareable -Wl,-x"
;;
+ *-netbsd*)
-+ DYNLINK_MOD_CFLAGS="-shared -rdynamic -fpic -Wl,-Bshareable -Wl,-x"
++ DYNLINK_MOD_CFLAGS="-shared -rdynamic -fPIC -Wl,-Bshareable -Wl,-x"
+ NAME_OF_DEV_RANDOM="/dev/random"
+ NAME_OF_DEV_URANDOM="/dev/urandom"
+ ;;