[cairo-commit] rcairo ChangeLog,1.254,1.255 extconf.rb,1.20,1.21

Kouhei Sutou commit at pdx.freedesktop.org
Tue Apr 29 21:57:53 PDT 2008


Committed by: kou

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

Modified Files:
	ChangeLog extconf.rb 
Log Message:
* src/rb_cairo.h: move environment dependent headers to ...
* src/rb_cairo_surface.c: ... here.
  guard T_DATA macro for old Mac OS X environment.
* extconf.rb: check enum ruby_value_type availability that is
  defined in Ruby 1.9 with RUBY_T_DATA.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -d -r1.254 -r1.255
--- ChangeLog	30 Apr 2008 04:27:08 -0000	1.254
+++ ChangeLog	30 Apr 2008 04:57:50 -0000	1.255
@@ -1,5 +1,9 @@
 2008-04-30  Kouhei Sutou  <kou at cozmixng.org>
 
+	* extconf.rb: check enum ruby_value_type availability that is
+	defined in Ruby 1.9 with RUBY_T_DATA.
+	guard T_DATA macro for old Mac OS X environment.
+
 	* pkg-config.rb (PackageConfig#guess_default_path): handle DL exception.
 
 2008-04-26  Kouhei Sutou  <kou at cozmixng.org>

Index: extconf.rb
===================================================================
RCS file: /cvs/cairo/rcairo/extconf.rb,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- extconf.rb	24 Apr 2008 13:22:55 -0000	1.20
+++ extconf.rb	30 Apr 2008 04:57:50 -0000	1.21
@@ -81,6 +81,7 @@
 PKGConfig.have_package(pkg, major, minor, micro) or exit 1
 
 have_func("rb_errinfo")
+have_type("enum ruby_value_type", "ruby.h")
 
 check_win32
 target_name = File.basename(modname)



More information about the cairo-commit mailing list