diff options
Diffstat (limited to 'devel/ruby-byaccr/patches/patch-ah')
-rw-r--r-- | devel/ruby-byaccr/patches/patch-ah | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/ruby-byaccr/patches/patch-ah b/devel/ruby-byaccr/patches/patch-ah new file mode 100644 index 00000000000..bb3a885dcb1 --- /dev/null +++ b/devel/ruby-byaccr/patches/patch-ah @@ -0,0 +1,10 @@ +$NetBSD: patch-ah,v 1.1 2005/06/19 20:44:06 minskim Exp $ + +--- lalr.c.orig 2000-11-01 08:03:46.000000000 -0600 ++++ lalr.c +@@ -1,5 +1,4 @@ + #include <stdio.h> +-#include <malloc.h> + + #include "defs.h" + |