diff options
Diffstat (limited to 'lang/ruby19/files/patch-ext__dl__extconf.rb')
-rw-r--r-- | lang/ruby19/files/patch-ext__dl__extconf.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/ruby19/files/patch-ext__dl__extconf.rb b/lang/ruby19/files/patch-ext__dl__extconf.rb deleted file mode 100644 index fee2d05b62ec..000000000000 --- a/lang/ruby19/files/patch-ext__dl__extconf.rb +++ /dev/null @@ -1,12 +0,0 @@ ---- ./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 = [ |