opnsense-ports/devel/ruby-langscan/files/patch-langscan__templace.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
315 B
C

--- langscan/_template.c.orig 2006-09-19 00:20:44.000000000 +0900
+++ langscan/_template.c 2013-05-03 21:25:11.000000000 +0900
@@ -11,7 +11,11 @@
*/
-#include <ruby.h>
+#ifdef HAVE_RUBY_ST_H
+# include "ruby/ruby.h"
+#else
+# include "ruby.h"
+#endif
#include "langname.h"
static VALUE token_symbol_list[