diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-08 13:25:00 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-08 13:25:00 +0000 |
commit | 879931c62f26562343a1c21a8af662f9c11f4687 (patch) | |
tree | 8f16d412a44645ef225f12f5fa5e95e19f99d1ac /databases/mysql51-server | |
parent | 06df37e34f4fd7cbf6c7ecd9591728a839482ce1 (diff) | |
download | ports-879931c62f26562343a1c21a8af662f9c11f4687.tar.gz ports-879931c62f26562343a1c21a8af662f9c11f4687.zip |
Notes
Diffstat (limited to 'databases/mysql51-server')
-rw-r--r-- | databases/mysql51-server/files/patch-extra_yassl_taocrypt_include_misc.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mysql51-server/files/patch-extra_yassl_taocrypt_include_misc.hpp b/databases/mysql51-server/files/patch-extra_yassl_taocrypt_include_misc.hpp new file mode 100644 index 000000000000..ef8bb0670f75 --- /dev/null +++ b/databases/mysql51-server/files/patch-extra_yassl_taocrypt_include_misc.hpp @@ -0,0 +1,11 @@ +--- 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 + |