[cairo-commit] rcairo ChangeLog,1.257,1.258 extconf.rb,1.21,1.22

Kouhei Sutou commit at pdx.freedesktop.org
Thu Jun 12 07:28:38 PDT 2008


Committed by: kou

Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv12571

Modified Files:
	ChangeLog extconf.rb 
Log Message:
* extconf.rb: include <ruby.h>.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- ChangeLog	12 Jun 2008 10:59:54 -0000	1.257
+++ ChangeLog	12 Jun 2008 14:28:32 -0000	1.258
@@ -1,5 +1,7 @@
 2008-06-12  Kouhei Sutou  <kou at cozmixng.org>
 
+	* extconf.rb: include <ruby.h>.
+
 	* src/rb_cairo_private.h: add fallback RARRAY_PTR and RARRAY_LEN.
 
 	* src/rb_cairo_context.c, src/rb_cairo_pattern.c: use RARRAY_PTR

Index: extconf.rb
===================================================================
RCS file: /cvs/cairo/rcairo/extconf.rb,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- extconf.rb	30 Apr 2008 04:57:50 -0000	1.21
+++ extconf.rb	12 Jun 2008 14:28:35 -0000	1.22
@@ -80,7 +80,7 @@
 
 PKGConfig.have_package(pkg, major, minor, micro) or exit 1
 
-have_func("rb_errinfo")
+have_func("rb_errinfo", "ruby.h")
 have_type("enum ruby_value_type", "ruby.h")
 
 check_win32



More information about the cairo-commit mailing list