diff options
| author | Steve Wills <swills@FreeBSD.org> | 2014-02-25 04:18:07 +0000 |
|---|---|---|
| committer | Steve Wills <swills@FreeBSD.org> | 2014-02-25 04:18:07 +0000 |
| commit | 4d921409e292599df48569f4439ce7dc7d6be726 (patch) | |
| tree | 702131052bd341c4a93ef09faf5dd53e03b4e4f0 /lang/ruby19/files | |
| parent | 7419afa2a2469ac68ac27d4665deff0fb2ca1be9 (diff) | |
Notes
Diffstat (limited to 'lang/ruby19/files')
| -rw-r--r-- | lang/ruby19/files/patch-ext__dl__extconf.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/ruby19/files/patch-ext__dl__extconf.rb b/lang/ruby19/files/patch-ext__dl__extconf.rb new file mode 100644 index 000000000000..fee2d05b62ec --- /dev/null +++ b/lang/ruby19/files/patch-ext__dl__extconf.rb @@ -0,0 +1,12 @@ +--- ./ext/dl/extconf.rb.orig 2010-02-25 22:49:20.000000000 +0000 ++++ ./ext/dl/extconf.rb 2014-02-18 22:06:44.000000000 +0000 +@@ -1,7 +1,8 @@ + require 'mkmf' + + if RbConfig::CONFIG['GCC'] == 'yes' +- $CFLAGS << " -fno-defer-pop -fno-omit-frame-pointer" ++ $CFLAGS << " -fno-defer-pop" unless have_macro("__clang__") ++ $CFLAGS << " -fno-omit-frame-pointer" + end + + $INSTALLFILES = [ |
