summaryrefslogtreecommitdiff
path: root/devel/boehm-gc/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/boehm-gc/patches/patch-ab')
-rw-r--r--devel/boehm-gc/patches/patch-ab17
1 files changed, 7 insertions, 10 deletions
diff --git a/devel/boehm-gc/patches/patch-ab b/devel/boehm-gc/patches/patch-ab
index 8b6dcb2b0a4..3699425373b 100644
--- a/devel/boehm-gc/patches/patch-ab
+++ b/devel/boehm-gc/patches/patch-ab
@@ -1,24 +1,21 @@
-$NetBSD: patch-ab,v 1.8 2002/08/25 18:38:27 jlam Exp $
+$NetBSD: patch-ab,v 1.9 2002/09/25 18:18:52 wiz Exp $
---- dyn_load.c.orig Tue Jun 26 04:37:38 2001
-+++ dyn_load.c Wed Jul 31 15:57:28 2002
-@@ -426,9 +426,19 @@
+--- dyn_load.c.orig Mon Sep 9 14:54:12 2002
++++ dyn_load.c Mon Sep 9 14:54:53 2002
+@@ -535,6 +535,16 @@
#if defined(NETBSD)
# include <sys/exec_elf.h>
+/* for compatibility with 1.4.x */
+# ifndef DT_DEBUG
-+# define DT_DEBUG 21
++# define DT_DEBUG 21
+# endif
+# ifndef PT_LOAD
-+# define PT_LOAD 1
++# define PT_LOAD 1
+# endif
+# ifndef PF_W
-+# define PF_W 2
++# define PF_W 2
+# endif
#else
# include <elf.h>
#endif
- #include <link.h>
-
- /* Newer versions of Linux/Alpha and Linux/x86 define this macro. We