diff options
author | dillo <dillo@pkgsrc.org> | 2001-12-06 16:15:41 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2001-12-06 16:15:41 +0000 |
commit | 9479c4aac6bdba8b18eb2bf5f442eb32c95b78de (patch) | |
tree | 66caa52266e50c05e6e23e2d13ecf6d93e78bc7a /www/dillo/patches | |
parent | 15eeccad63e791b0d8b909145de32dc739fa8854 (diff) | |
download | pkgsrc-9479c4aac6bdba8b18eb2bf5f442eb32c95b78de.tar.gz |
Initial import of dillo 0.6.2, a small and fast graphical web browser.
pkg provided by Benjamin.Wong@cc.gatech.edu in PR 14808.
Diffstat (limited to 'www/dillo/patches')
-rw-r--r-- | www/dillo/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/dillo/patches/patch-aa b/www/dillo/patches/patch-aa new file mode 100644 index 00000000000..c7166e63262 --- /dev/null +++ b/www/dillo/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/12/06 16:15:41 dillo Exp $ + +--- src/dns.c.orig Fri Aug 31 14:26:21 2001 ++++ src/dns.c +@@ -37,7 +37,10 @@ + /* + * Note: comment the following line for debugging or gprof profiling. + */ ++/* No threads on NetBSD */ ++#ifndef __NetBSD__ + #define G_DNS_THREADED ++#endif + + /* + * Uncomment the following line for libc5 optimization |