diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-03-31 12:29:12 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-03-31 12:29:12 +0000 |
commit | b6efe925db6c4141e7497b48bf7b53d4ee36cec2 (patch) | |
tree | ede0f650f2bba546875939397466e67ad31f8148 /databases/mysql56-client | |
parent | 204ad20ce0e74d24652b85ca2dd1431494111c27 (diff) | |
download | ports-b6efe925db6c4141e7497b48bf7b53d4ee36cec2.tar.gz ports-b6efe925db6c4141e7497b48bf7b53d4ee36cec2.zip |
Notes
Diffstat (limited to 'databases/mysql56-client')
-rw-r--r-- | databases/mysql56-client/files/patch-extra_yassl_taocrypt_include_misc.hpp | 11 | ||||
-rw-r--r-- | databases/mysql56-client/files/patch-extra_yassl_taocrypt_src_integer.cpp | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/databases/mysql56-client/files/patch-extra_yassl_taocrypt_include_misc.hpp b/databases/mysql56-client/files/patch-extra_yassl_taocrypt_include_misc.hpp deleted file mode 100644 index ef8bb0670f75..000000000000 --- a/databases/mysql56-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/mysql56-client/files/patch-extra_yassl_taocrypt_src_integer.cpp b/databases/mysql56-client/files/patch-extra_yassl_taocrypt_src_integer.cpp deleted file mode 100644 index e94bf77c990d..000000000000 --- a/databases/mysql56-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<T>::pointer AlignedAllocator<T>::allocate( - size_type n, const void *) - { -- if (n > max_size()) -+ if (n > AlignedAllocator<T>::max_size()) - return 0; - if (n == 0) - return 0; |