diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-10-10 22:02:17 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-10-10 22:02:17 +0000 |
commit | 1dfd54b28243d77ad4fdc417d544fcf929df1f5f (patch) | |
tree | 50b3709638e3d09d51aeb4292ee3f0a49588d3b5 /databases/percona55-client | |
parent | f2de329aa552bc4df93bfe81b094fb01a7e0d8d5 (diff) | |
download | ports-1dfd54b28243d77ad4fdc417d544fcf929df1f5f.tar.gz ports-1dfd54b28243d77ad4fdc417d544fcf929df1f5f.zip |
Merge r329781 by tijl to fix the build with clang on i386
Notes
Notes:
svn path=/head/; revision=330036
Diffstat (limited to 'databases/percona55-client')
-rw-r--r-- | databases/percona55-client/files/patch-extra_yassl_taocrypt_include_misc.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/percona55-client/files/patch-extra_yassl_taocrypt_include_misc.hpp b/databases/percona55-client/files/patch-extra_yassl_taocrypt_include_misc.hpp new file mode 100644 index 000000000000..ef8bb0670f75 --- /dev/null +++ b/databases/percona55-client/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 + |