[macruby-changes] [4417] MacRuby/trunk/ext/iconv/extconf.rb

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 10 13:28:39 PDT 2010


Revision: 4417
          http://trac.macosforge.org/projects/ruby/changeset/4417
Author:   martinlagardette at apple.com
Date:     2010-08-10 13:28:39 -0700 (Tue, 10 Aug 2010)
Log Message:
-----------
Fix iconv compilation

Modified Paths:
--------------
    MacRuby/trunk/ext/iconv/extconf.rb

Modified: MacRuby/trunk/ext/iconv/extconf.rb
===================================================================
--- MacRuby/trunk/ext/iconv/extconf.rb	2010-08-09 23:08:00 UTC (rev 4416)
+++ MacRuby/trunk/ext/iconv/extconf.rb	2010-08-10 20:28:39 UTC (rev 4417)
@@ -43,6 +43,7 @@
     $cleanfiles << wrapper
   end
   $INCFLAGS << ' -I../..'
+  $INCFLAGS << ' -I../../icu-1060' if `sw_vers -productVersion`.to_f <= 10.6
   create_makefile("iconv")
   if conf
     open("Makefile", "a") do |mf|
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100810/3066ee32/attachment.html>


More information about the macruby-changes mailing list