summaryrefslogtreecommitdiff
path: root/security/gpgme/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'security/gpgme/patches/patch-ak')
-rw-r--r--security/gpgme/patches/patch-ak13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/gpgme/patches/patch-ak b/security/gpgme/patches/patch-ak
new file mode 100644
index 00000000000..b8c47909485
--- /dev/null
+++ b/security/gpgme/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2007/03/23 20:04:13 drochner Exp $
+
+--- autogen.sh.orig 2007-03-06 18:12:50.000000000 +0100
++++ autogen.sh
+@@ -31,7 +31,7 @@ check_version () {
+
+ DIE=no
+ FORCE=
+-if test "$1" == "--force"; then
++if test "$1" = "--force"; then
+ FORCE=" --force"
+ shift
+ fi