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-ab21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/boehm-gc/patches/patch-ab b/devel/boehm-gc/patches/patch-ab
deleted file mode 100644
index c8eed0b4fcc..00000000000
--- a/devel/boehm-gc/patches/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ab,v 1.10 2003/05/22 16:46:50 jmmv Exp $
-
---- dyn_load.c.orig 2003-05-09 03:45:10.000000000 +0200
-+++ dyn_load.c 2003-05-14 00:28:16.000000000 +0200
-@@ -446,6 +446,16 @@
-
- #if defined(NETBSD)
- # include <sys/exec_elf.h>
-+/* for compatibility with 1.4.x */
-+# ifndef DT_DEBUG
-+# define DT_DEBUG 21
-+# endif
-+# ifndef PT_LOAD
-+# define PT_LOAD 1
-+# endif
-+# ifndef PF_W
-+# define PF_W 2
-+# endif
- #else
- # include <elf.h>
- #endif