af93f62e24
it now uses the fltk2 toolkit instead of gtk1 add a patch to fix accessing websites that have ipv6 addr while you don't full changelog: http://cvs.auriga.wearlab.de/cgi-bin/cvsweb.cgi/dillo2/ChangeLog?rev=HEAD;cvsroot=dillo from new MAINTAINER James Turner (former maintainer Jim Uhl resigned) requested by kili@
13 lines
339 B
Plaintext
13 lines
339 B
Plaintext
$OpenBSD: patch-src_dns_c,v 1.10 2008/10/19 08:42:55 ajacoutot Exp $
|
|
--- src/dns.c.orig Sat Oct 4 20:52:30 2008
|
|
+++ src/dns.c Sat Oct 18 11:14:19 2008
|
|
@@ -34,7 +34,7 @@
|
|
/*
|
|
* Uncomment the following line for debugging or gprof profiling.
|
|
*/
|
|
-/* #undef D_DNS_THREADED */
|
|
+#undef D_DNS_THREADED
|
|
|
|
|
|
/* Maximum dns resolving threads */
|