diff options
author | ale <ale@FreeBSD.org> | 2014-03-31 20:29:12 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-03-31 20:29:12 +0800 |
commit | 8da02dd8d213a25f5c93e390d82bf1831a187856 (patch) | |
tree | ede0f650f2bba546875939397466e67ad31f8148 /databases/mysql56-client | |
parent | 5c6c4df0c70967dde3d55b3d54a564a2c3e8545e (diff) | |
download | freebsd-ports-gnome-8da02dd8d213a25f5c93e390d82bf1831a187856.tar.gz freebsd-ports-gnome-8da02dd8d213a25f5c93e390d82bf1831a187856.tar.zst freebsd-ports-gnome-8da02dd8d213a25f5c93e390d82bf1831a187856.zip |
Update to 5.6.17 release.
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; |