diff options
author | Florian Smeets <flo@FreeBSD.org> | 2014-06-12 18:06:53 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2014-06-12 18:06:53 +0000 |
commit | f03e5317756fdf86815b4c3c92e1f9a2322760b1 (patch) | |
tree | 5a2817b52f71a561cfc2a1b77269de5210969837 /databases/percona56-client | |
parent | a2226fc7e0bac1d2d2809ce54e3aa81d1beaf12a (diff) | |
download | ports-f03e5317756fdf86815b4c3c92e1f9a2322760b1.tar.gz ports-f03e5317756fdf86815b4c3c92e1f9a2322760b1.zip |
Notes
Diffstat (limited to 'databases/percona56-client')
-rw-r--r-- | databases/percona56-client/files/patch-extra_yassl_taocrypt_include_misc.hpp | 11 | ||||
-rw-r--r-- | databases/percona56-client/files/patch-extra_yassl_taocrypt_src_integer.cpp | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/databases/percona56-client/files/patch-extra_yassl_taocrypt_include_misc.hpp b/databases/percona56-client/files/patch-extra_yassl_taocrypt_include_misc.hpp deleted file mode 100644 index ef8bb0670f75..000000000000 --- a/databases/percona56-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/percona56-client/files/patch-extra_yassl_taocrypt_src_integer.cpp b/databases/percona56-client/files/patch-extra_yassl_taocrypt_src_integer.cpp deleted file mode 100644 index e94bf77c990d..000000000000 --- a/databases/percona56-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; |