[cairo-commit] rcairo ChangeLog,1.251,1.252 extconf.rb,1.19,1.20
Kouhei Sutou
commit at pdx.freedesktop.org
Thu Apr 24 06:16:38 PDT 2008
Committed by: kou
Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv1983
Modified Files:
ChangeLog extconf.rb
Log Message:
* extconf.rb: don't substitute prefixed gcc.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -d -r1.251 -r1.252
--- ChangeLog 24 Apr 2008 13:21:25 -0000 1.251
+++ ChangeLog 24 Apr 2008 13:22:55 -0000 1.252
@@ -1,5 +1,7 @@
2008-04-24 Kouhei Sutou <kou at cozmixng.org>
+ * extconf.rb: don't substitute prefixed gcc.
+
* Rakefile: include libruby-cairo.a into gem for mswin32.
* index.html: update information for Windows users.
Index: extconf.rb
===================================================================
RCS file: /cvs/cairo/rcairo/extconf.rb,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- extconf.rb 4 Apr 2008 14:04:26 -0000 1.19
+++ extconf.rb 24 Apr 2008 13:22:55 -0000 1.20
@@ -96,7 +96,7 @@
co = nil
makefile.each_line do |line|
if wine
- line.gsub!(/\bgcc\b/, "i586-mingw32msvc-gcc")
+ line.gsub!(/\s+gcc\b/, " i586-mingw32msvc-gcc")
line.gsub!(/C:/, "$(HOME)/.wine/drive_c")
line.gsub!(/Z:/, "")
end
More information about the cairo-commit
mailing list