summaryrefslogtreecommitdiff
path: root/security/libgcrypt/patches
diff options
context:
space:
mode:
authormarkd <markd>2006-09-06 11:41:41 +0000
committermarkd <markd>2006-09-06 11:41:41 +0000
commit5d7946b26ced3bb3223391173c0c5da61450b98c (patch)
tree48097eb2b37cee6f74ac0e48371af0084c98de6e /security/libgcrypt/patches
parentdf83d3b790e4d3a24a5cb96f69757f1dc2227c21 (diff)
downloadpkgsrc-5d7946b26ced3bb3223391173c0c5da61450b98c.tar.gz
libgcrypt 1.2.3 may have fixed the name of the random device on NetBSD but
it broke the name of the urandom device. Bump PKGREVISION
Diffstat (limited to 'security/libgcrypt/patches')
-rw-r--r--security/libgcrypt/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/libgcrypt/patches/patch-ag b/security/libgcrypt/patches/patch-ag
new file mode 100644
index 00000000000..63c298ff9aa
--- /dev/null
+++ b/security/libgcrypt/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2006/09/06 11:41:41 markd Exp $
+
+--- configure.orig 2006-09-06 15:55:58.000000000 +1200
++++ configure
+@@ -19575,7 +19575,7 @@ case "${target}" in
+ # DYNLINK_MOD_CFLAGS="-shared -rdynamic $CFLAGS_PIC -Wl,-Bshareable -Wl,-x"
+ ;;
+
+- *-solaris* | *-irix* | *-dec-osf* | *-netbsd* )
++ *-solaris* | *-irix* | *-dec-osf* )
+ NAME_OF_DEV_RANDOM="/dev/random"
+ NAME_OF_DEV_URANDOM="/dev/random"
+ # DYNLINK_MOD_CFLAGS="-shared $CFLAGS_PIC"