summaryrefslogtreecommitdiff
path: root/devel/libidn/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libidn/patches/patch-ab')
-rw-r--r--devel/libidn/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/libidn/patches/patch-ab b/devel/libidn/patches/patch-ab
deleted file mode 100644
index 10a8b513804..00000000000
--- a/devel/libidn/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2008/09/28 00:43:39 tonnerre Exp $
-
---- lib/gl/strverscmp.c.orig 2008-08-25 17:33:33.000000000 +0200
-+++ lib/gl/strverscmp.c
-@@ -58,7 +58,7 @@
- */
-
- int
--__strverscmp (const char *s1, const char *s2)
-+libidn_strverscmp (const char *s1, const char *s2)
- {
- const unsigned char *p1 = (const unsigned char *) s1;
- const unsigned char *p2 = (const unsigned char *) s2;