From 5c6c4df0c70967dde3d55b3d54a564a2c3e8545e Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 31 Mar 2014 12:28:49 +0000 Subject: Update to 5.5.37 release. --- .../files/patch-extra_yassl_taocrypt_include_misc.hpp | 11 ----------- .../files/patch-extra_yassl_taocrypt_src_integer.cpp | 11 ----------- 2 files changed, 22 deletions(-) delete mode 100644 databases/mysql55-client/files/patch-extra_yassl_taocrypt_include_misc.hpp delete mode 100644 databases/mysql55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp (limited to 'databases/mysql55-client') diff --git a/databases/mysql55-client/files/patch-extra_yassl_taocrypt_include_misc.hpp b/databases/mysql55-client/files/patch-extra_yassl_taocrypt_include_misc.hpp deleted file mode 100644 index ef8bb0670f75..000000000000 --- a/databases/mysql55-client/files/patch-extra_yassl_taocrypt_include_misc.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- extra/yassl/taocrypt/include/misc.hpp.orig -+++ extra/yassl/taocrypt/include/misc.hpp -@@ -124,7 +124,7 @@ - - - // no gas on these systems ?, disable for now --#if defined(__sun__) || defined (__APPLE__) -+#if defined(__sun__) || defined (__APPLE__) || defined(__clang__) - #define TAOCRYPT_DISABLE_X86ASM - #endif - diff --git a/databases/mysql55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp b/databases/mysql55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp deleted file mode 100644 index e94bf77c990d..000000000000 --- a/databases/mysql55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- extra/yassl/taocrypt/src/integer.cpp.orig 2012-04-02 09:37:09.000000000 +0200 -+++ extra/yassl/taocrypt/src/integer.cpp 2012-04-02 09:37:41.000000000 +0200 -@@ -73,7 +73,7 @@ - CPP_TYPENAME AlignedAllocator::pointer AlignedAllocator::allocate( - size_type n, const void *) - { -- if (n > max_size()) -+ if (n > AlignedAllocator::max_size()) - return 0; - if (n == 0) - return 0; -- cgit