svn commit: r330036 - in head/databases: percona55-client/files percona55-server/files
Florian Smeets
flo at FreeBSD.org
Thu Oct 10 22:02:18 UTC 2013
Author: flo
Date: Thu Oct 10 22:02:17 2013
New Revision: 330036
URL: http://svnweb.freebsd.org/changeset/ports/330036
Log:
Merge r329781 by tijl to fix the build with clang on i386
Added:
head/databases/percona55-client/files/patch-extra_yassl_taocrypt_include_misc.hpp (contents, props changed)
head/databases/percona55-server/files/patch-extra_yassl_taocrypt_include_misc.hpp (contents, props changed)
Added: head/databases/percona55-client/files/patch-extra_yassl_taocrypt_include_misc.hpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/percona55-client/files/patch-extra_yassl_taocrypt_include_misc.hpp Thu Oct 10 22:02:17 2013 (r330036)
@@ -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
+
Added: head/databases/percona55-server/files/patch-extra_yassl_taocrypt_include_misc.hpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/percona55-server/files/patch-extra_yassl_taocrypt_include_misc.hpp Thu Oct 10 22:02:17 2013 (r330036)
@@ -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
+
More information about the svn-ports-all
mailing list