diff options
Diffstat (limited to 'textproc/ruby-ferret/patches/patch-ext_lang.h')
-rw-r--r-- | textproc/ruby-ferret/patches/patch-ext_lang.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/textproc/ruby-ferret/patches/patch-ext_lang.h b/textproc/ruby-ferret/patches/patch-ext_lang.h deleted file mode 100644 index b4d7699f456..00000000000 --- a/textproc/ruby-ferret/patches/patch-ext_lang.h +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ext_lang.h,v 1.1 2011/06/19 16:01:52 taca Exp $ - -* Switch to modern Ruby's API: http://cvs.pld-linux.org/ - ---- ext/lang.h.orig 2011-06-10 06:23:08.000000000 +0000 -+++ ext/lang.h -@@ -6,6 +6,10 @@ - #include <stdarg.h> - #include <ruby.h> - -+#ifndef RUBY_RUBY_H -+#define RUBY18 -+#endif -+ - #undef close - #undef rename - #undef read |