diff options
Diffstat (limited to 'lang/gauche/patches/patch-ad')
-rw-r--r-- | lang/gauche/patches/patch-ad | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/gauche/patches/patch-ad b/lang/gauche/patches/patch-ad new file mode 100644 index 00000000000..a206b2a4308 --- /dev/null +++ b/lang/gauche/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.1 2002/02/01 08:10:40 minoura Exp $ +--- gc/include/private/gcconfig.h.orig Fri Dec 21 18:40:17 2001 ++++ gc/include/private/gcconfig.h Fri Feb 1 16:37:01 2002 +@@ -1012,6 +1012,11 @@ + # endif + # ifdef NETBSD + # define OS_TYPE "NETBSD" ++# ifdef __ELF__ ++ /* minoura: I'm not sure this is safe; at least it seems to work on ++ NetBSD/i386, ELF, but I haven't confirmed. */ ++# define DYNAMIC_LOADING ++# endif + # endif + # ifdef THREE86BSD + # define OS_TYPE "THREE86BSD" |