summaryrefslogtreecommitdiff
path: root/www/lynx
diff options
context:
space:
mode:
authorwiz <wiz>2014-02-20 15:34:21 +0000
committerwiz <wiz>2014-02-20 15:34:21 +0000
commitcc6c1059f4f6f8b6ca73f6796c19d0a1301ef01b (patch)
tree3f6ab5d11454e9e2c450bf3f3e7f2c14017a2ed3 /www/lynx
parentc9544162961eac3ef674b40397905bc9b4ae653b (diff)
downloadpkgsrc-cc6c1059f4f6f8b6ca73f6796c19d0a1301ef01b.tar.gz
Remove unused patch after update.
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/patches/patch-ac30
1 files changed, 0 insertions, 30 deletions
diff --git a/www/lynx/patches/patch-ac b/www/lynx/patches/patch-ac
deleted file mode 100644
index 2012920c108..00000000000
--- a/www/lynx/patches/patch-ac
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2010/05/26 01:32:33 obache Exp $
-
-* fixes build failure:
-LYMain.c: In function 'SetLocale':
-LYMain.c:941: error: 'LC_ALL' undeclared (first use in this function)
-LYMain.c:941: error: (Each undeclared identifier is reported only once
-LYMain.c:941: error: for each function it appears in.)
-
-* fixes PR#43340
-
---- src/LYMain.c.orig 2009-07-05 23:52:33.000000000 +0000
-+++ src/LYMain.c
-@@ -57,7 +57,7 @@
- #include <io.h>
- #endif
-
--#if defined(LOCALE) && !defined(HAVE_LIBINTL_H)
-+#if defined(LOCALE)
- #undef gettext /* Solaris locale.h prototypes gettext() */
- #include <locale.h>
- #ifndef HAVE_GETTEXT
-@@ -3079,7 +3079,7 @@ G)oto's" },
- if (first) {
- printf("Other restrictions (see the user's guide):\n");
- }
-- value = show_restriction(table[j].name);
-+ value = show_restriction(name);
- printf("%s%s (%s)", column ? ", " : " ", name, value);
- column += 5 + strlen(name) + strlen(value);
- if (column > 50) {