summaryrefslogtreecommitdiff
path: root/security/py-xmlsec/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-xmlsec/patches/patch-aa')
-rw-r--r--security/py-xmlsec/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/py-xmlsec/patches/patch-aa b/security/py-xmlsec/patches/patch-aa
new file mode 100644
index 00000000000..a819e33d15a
--- /dev/null
+++ b/security/py-xmlsec/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/05/29 06:20:06 obache Exp $
+
+avoid keyborad interaction.
+
+--- setup.py.orig 2006-01-01 17:43:37.000000000 +0000
++++ setup.py
+@@ -71,7 +71,7 @@ if len(sys.argv) == 1:
+
+ # the crypto engine name : openssl, gnutls or nss
+ xmlsec1_crypto = "openssl"
+-if 'build' in sys.argv:
++if False:
+ msg = '\nChoose a crypto engine :\n' \
+ ' 1. OpenSSL\n' \
+ ' 2. GnuTLS\n' \