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

Contents of /cauldron/ruby/current/SOURCES/ruby-1.9.3-fix-s390x-build.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 435211 - (show annotations) (download)
Sun Jun 2 18:07:35 2013 UTC (10 years, 10 months ago) by pterjan
File size: 598 byte(s)
- Update to 2.0.0p195
- Distribute included gems
- Sync Fedora patches
1 From d006c4d04aecbe80469a26a6114b776e9de4e3c8 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
3 Date: Mon, 19 Nov 2012 14:39:19 +0100
4 Subject: [PATCH] Fix s390x build.
5
6 ---
7 ext/tk/extconf.rb | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/ext/tk/extconf.rb b/ext/tk/extconf.rb
11 index 8f3bff8..69e90a1 100644
12 --- a/ext/tk/extconf.rb
13 +++ b/ext/tk/extconf.rb
14 @@ -114,7 +114,7 @@ def is_macosx?
15 end
16
17 def maybe_64bit?
18 - /64|universal/ =~ RUBY_PLATFORM
19 + /64|universal|s390x/ =~ RUBY_PLATFORM
20 end
21
22 def check_tcltk_version(version)
23 --
24 1.8.1
25

  ViewVC Help
Powered by ViewVC 1.1.30