aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2012-04-02 07:43:24 +0000
committerAlex Dupre <ale@FreeBSD.org>2012-04-02 07:43:24 +0000
commited385e7025211b660e2c49b22a0ed8268d6b620a (patch)
tree89a3bad807236b6fdf1aa8a96b9a4715cd038807 /databases
parent821ddbbb60dbecdb89f8a7cd62c9507bf76b6423 (diff)
downloadports-ed385e7025211b660e2c49b22a0ed8268d6b620a.tar.gz
ports-ed385e7025211b660e2c49b22a0ed8268d6b620a.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp11
-rw-r--r--databases/mysql55-server/files/patch-extra_yassl_taocrypt_src_integer.cpp11
2 files changed, 22 insertions, 0 deletions
diff --git a/databases/mysql55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp b/databases/mysql55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp
new file mode 100644
index 000000000000..e94bf77c990d
--- /dev/null
+++ b/databases/mysql55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp
@@ -0,0 +1,11 @@
+--- 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;
diff --git a/databases/mysql55-server/files/patch-extra_yassl_taocrypt_src_integer.cpp b/databases/mysql55-server/files/patch-extra_yassl_taocrypt_src_integer.cpp
new file mode 100644
index 000000000000..e94bf77c990d
--- /dev/null
+++ b/databases/mysql55-server/files/patch-extra_yassl_taocrypt_src_integer.cpp
@@ -0,0 +1,11 @@
+--- 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;