/[packages]/cauldron/ruby/pristine/SOURCES/ruby-1.9.3-fix-s390x-build.patch
ViewVC logotype

Annotation of /cauldron/ruby/pristine/SOURCES/ruby-1.9.3-fix-s390x-build.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389214 - (hide annotations) (download)
Thu Jan 17 21:30:27 2013 UTC (11 years, 3 months ago) by pterjan
Original Path: cauldron/ruby/current/SOURCES/ruby-1.9.3-fix-s390x-build.patch
File size: 404 byte(s)
oops
1 fwang 290007 diff -up ruby-1.9.3-p0/ext/tk/extconf.rb.orig ruby-1.9.3-p0/ext/tk/extconf.rb
2     --- ruby-1.9.3-p0/ext/tk/extconf.rb.orig 2011-06-29 16:11:19.000000000 +0200
3     +++ ruby-1.9.3-p0/ext/tk/extconf.rb 2011-10-18 16:15:59.406299659 +0200
4     @@ -114,7 +114,7 @@ def is_macosx?
5     end
6    
7     def maybe_64bit?
8     - /64|universal/ =~ RUBY_PLATFORM
9     + /64|universal|s390x/ =~ RUBY_PLATFORM
10     end
11    
12     def check_tcltk_version(version)

  ViewVC Help
Powered by ViewVC 1.1.30