summaryrefslogtreecommitdiff
path: root/security/seahorse/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/seahorse/patches/patch-ab')
-rw-r--r--security/seahorse/patches/patch-ab16
1 files changed, 0 insertions, 16 deletions
diff --git a/security/seahorse/patches/patch-ab b/security/seahorse/patches/patch-ab
deleted file mode 100644
index 39e9dcd3880..00000000000
--- a/security/seahorse/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2006/03/14 15:00:57 drochner Exp $
-
---- configure.orig 2006-02-25 23:22:46.000000000 +0100
-+++ configure
-@@ -19762,7 +19762,10 @@ echo $ECHO_N "checking for GPGME - versi
- sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\3/'`
-
- if test "$major" -eq "$req_major"; then
-- if test "$minor" -ge "$req_minor"; then
-+ if test "$minor" -gt "$req_minor"; then
-+ ok="yes"
-+ fi
-+ if test "$minor" -eq "$req_minor"; then
- if test "$micro" -ge "$req_micro"; then
- ok="yes"
- fi