diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 15:36:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 15:36:22 +0200 |
commit | ba1dbc96f36abce072ac39a33bb0bd85e12a4e97 (patch) | |
tree | ed071e3f50986f172192dfebf9f4c7602c12767a /package/ruby | |
parent | 8e08f56b68ab65837fd4607134166caaa5c7f39a (diff) |
remove orig files
Diffstat (limited to 'package/ruby')
-rw-r--r-- | package/ruby/patches/patch-configure.orig | 11 | ||||
-rw-r--r-- | package/ruby/patches/patch-missing_isinf_c.orig | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/package/ruby/patches/patch-configure.orig b/package/ruby/patches/patch-configure.orig deleted file mode 100644 index 0405e2e91..000000000 --- a/package/ruby/patches/patch-configure.orig +++ /dev/null @@ -1,11 +0,0 @@ ---- ruby-2.0.0-p247.orig/configure 2013-06-27 13:16:17.000000000 +0200 -+++ ruby-2.0.0-p247/configure 2013-10-24 10:36:04.000000000 +0200 -@@ -7372,6 +7372,8 @@ else - unset ac_c_werror_flag - fi - -+# FIXME -+stack_protector=no - - # -fstack-protector - case "$target_os" in #( diff --git a/package/ruby/patches/patch-missing_isinf_c.orig b/package/ruby/patches/patch-missing_isinf_c.orig deleted file mode 100644 index 60b60aead..000000000 --- a/package/ruby/patches/patch-missing_isinf_c.orig +++ /dev/null @@ -1,11 +0,0 @@ ---- ruby-2.0.0-p247.orig/missing/isinf.c 2011-05-15 13:55:52.000000000 +0200 -+++ ruby-2.0.0-p247/missing/isinf.c 2013-10-24 09:03:04.000000000 +0200 -@@ -5,6 +5,8 @@ - #define _IEEE 1 - #include <nan.h> - -+#undef isinf -+ - int - isinf(double n) - { |