summaryrefslogtreecommitdiff
path: root/www/elinks/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-12-14 04:02:53 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-12-14 04:02:53 +0000
commit6bc1306acb472592f0c9aa0a5129e8c1b8133608 (patch)
treecde46ae3ffdccb5debb703ebcd3626a0026119f7 /www/elinks/patches
parente241a882408e6266bcd1c9e62557e00d3e753ac7 (diff)
downloadpkgsrc-6bc1306acb472592f0c9aa0a5129e8c1b8133608.tar.gz
Update to 0.4.3 provided by Soren Jacobsen PR pkg/23745.
Changes since 0.4.2: * Fixed yet another crash in textarea editor code. Stupid. * Fixed estimated time displayed when resuming download of some file. * Slovak translation update by Peter Samek. * Fixed some compression problems. * Fixed crash when freeing attributes. * Introduced protocol.http.bugs.accept_charset which optionally prohibits sending of the infamous Accept-Charset header. * Convert '\' to '/' in HTTP requests * Allow relative redirects while downloading. * Fixed / -> _ URL translation when calling external helpers. * Fix for mailcap lookup failing because of prioritizing with no luck. * Added default irc protocol handlers. * Titles in link tags are now honoured. It helps to get significant bookmarks titles. * Update danish translation. * Make ui.startup_goto_dialog enabled by default. * Finally fixed segfault on <frameset rows="200,*"> on FreeBSD (and maybe other BSD flavours). * Many other cleanups and bugfixes.
Diffstat (limited to 'www/elinks/patches')
-rw-r--r--www/elinks/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/elinks/patches/patch-aa b/www/elinks/patches/patch-aa
index 4ff054389e3..93bd1478272 100644
--- a/www/elinks/patches/patch-aa
+++ b/www/elinks/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2003/04/29 23:28:45 jtb Exp $
+$NetBSD: patch-aa,v 1.2 2003/12/14 04:02:53 xtraeme Exp $
---- configure.orig
-+++ configure
-@@ -4211,7 +4211,7 @@
+--- configure.orig 2003-12-13 18:28:39.000000000 -0800
++++ configure 2003-12-13 18:30:09.000000000 -0800
+@@ -4262,7 +4262,7 @@
if test "$xyz_piggyswitch" = "cow"; then
LIBS="-llua40 -llualib40 -lm $LIBS_X"
else
@@ -11,9 +11,9 @@ $NetBSD: patch-aa,v 1.1 2003/04/29 23:28:45 jtb Exp $
fi
if test ! -z "$luadir"; then
-@@ -4229,7 +4229,7 @@
+@@ -4280,7 +4280,7 @@
cat > conftest.$ac_ext <<EOF
- #line 4231 "configure"
+ #line 4282 "configure"
#include "confdefs.h"
-#include <lua.h>
+#include <lua4.h>