summaryrefslogtreecommitdiff
path: root/www/w3m/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'www/w3m/patches/patch-ad')
-rw-r--r--www/w3m/patches/patch-ad20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/w3m/patches/patch-ad b/www/w3m/patches/patch-ad
new file mode 100644
index 00000000000..abbee917bca
--- /dev/null
+++ b/www/w3m/patches/patch-ad
@@ -0,0 +1,20 @@
+$NetBSD: patch-ad,v 1.1.1.1 1999/09/27 05:37:36 sakamoto Exp $
+
+Index: gc/misc.c
+===================================================================
+RCS file: /cvsroot/w3m/gc/misc.c,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -u -r1.1.1.1 -r1.2
+--- misc.c 1999/06/02 19:23:56 1.1.1.1
++++ misc.c 1999/06/03 12:44:50 1.2
+@@ -433,6 +433,9 @@
+ # if defined(LINUX) && defined(SPARC)
+ GC_init_linuxsparc();
+ # endif
++# if defined(NETBSD) && defined(__ELF__)
++ GC_init_netbsd_elf();
++# endif
+ # ifdef SOLARIS_THREADS
+ GC_thr_init();
+ /* We need dirty bits in order to find live stack sections. */