summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/patches/patch-bz
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby18-base/patches/patch-bz')
-rw-r--r--lang/ruby18-base/patches/patch-bz14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/ruby18-base/patches/patch-bz b/lang/ruby18-base/patches/patch-bz
new file mode 100644
index 00000000000..d1085871423
--- /dev/null
+++ b/lang/ruby18-base/patches/patch-bz
@@ -0,0 +1,14 @@
+$NetBSD: patch-bz,v 1.1 2005/11/02 08:56:40 taca Exp $
+
+--- node.h.orig 2005-03-22 17:35:23.000000000 +0900
++++ node.h
+@@ -115,9 +115,7 @@ enum node_type {
+ NODE_DEFINED,
+ NODE_NEWLINE,
+ NODE_POSTEXE,
+-#ifdef C_ALLOCA
+ NODE_ALLOCA,
+-#endif
+ NODE_DMETHOD,
+ NODE_BMETHOD,
+ NODE_MEMO,