summaryrefslogtreecommitdiff
path: root/devel/boehm-gc/patches
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-11-15 17:59:47 +0000
committerrh <rh@pkgsrc.org>1999-11-15 17:59:47 +0000
commit176448870507e1990d3f21f395a49428192611b7 (patch)
treed1273034e03b4d1edf1b33d9c48fc32c8e27a108 /devel/boehm-gc/patches
parent7c291db4b36bd9d54df72603b5477a263171d0f9 (diff)
downloadpkgsrc-176448870507e1990d3f21f395a49428192611b7.tar.gz
defuzz
Diffstat (limited to 'devel/boehm-gc/patches')
-rw-r--r--devel/boehm-gc/patches/patch-ae12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/boehm-gc/patches/patch-ae b/devel/boehm-gc/patches/patch-ae
index 6b65f69341d..e386c921ffc 100644
--- a/devel/boehm-gc/patches/patch-ae
+++ b/devel/boehm-gc/patches/patch-ae
@@ -1,10 +1,10 @@
-$NetBSD: patch-ae,v 1.1 1999/09/24 16:42:06 jlam Exp $
+$NetBSD: patch-ae,v 1.2 1999/11/15 17:59:48 rh Exp $
---- misc.c.orig 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();
+--- misc.c.orig Mon Nov 15 18:56:45 1999
++++ misc.c Mon Nov 15 18:56:45 1999
+@@ -436,6 +436,9 @@
+ # if defined(LINUX) && (defined(POWERPC) || defined(ALPHA) || defined(SPARC))
+ GC_init_linux_data_start();
# endif
+# if defined(NETBSD) && defined(__ELF__)
+ GC_init_netbsd_elf();