diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-02 16:12:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-02 16:12:47 +0200 |
commit | 8a08b5fb4bab4499946893a11e0f54a7ac326613 (patch) | |
tree | d5ee02a168bc18a6ba59380401804e63efba1df8 /package/mysql/patches/patch-include_my_global_h | |
parent | de028c53782d602e33ede44d41e20d750963b0b4 (diff) |
remove mysql and fbsplash
Diffstat (limited to 'package/mysql/patches/patch-include_my_global_h')
-rw-r--r-- | package/mysql/patches/patch-include_my_global_h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/mysql/patches/patch-include_my_global_h b/package/mysql/patches/patch-include_my_global_h deleted file mode 100644 index 37c22fd7a..000000000 --- a/package/mysql/patches/patch-include_my_global_h +++ /dev/null @@ -1,15 +0,0 @@ ---- mysql-5.6.22.orig/include/my_global.h 2014-11-20 23:39:51.000000000 -0600 -+++ mysql-5.6.22/include/my_global.h 2014-12-26 10:33:04.736371139 -0600 -@@ -769,11 +769,7 @@ inline unsigned long long my_double2ulon - #define my_isnan(X) std::isnan(X) - #define my_isinf(X) std::isinf(X) - #else -- #ifdef HAVE_LLVM_LIBCPP /* finite is deprecated in libc++ */ -- #define my_isfinite(X) isfinite(X) -- #else -- #define my_isfinite(X) finite(X) -- #endif -+ #define my_isfinite(X) isfinite(X) - #define my_isnan(X) isnan(X) - #ifdef HAVE_ISINF - /* System-provided isinf() is available and safe to use */ |