summaryrefslogtreecommitdiff
path: root/databases/mysql51-client/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql51-client/patches/patch-ae')
-rw-r--r--databases/mysql51-client/patches/patch-ae10
1 files changed, 4 insertions, 6 deletions
diff --git a/databases/mysql51-client/patches/patch-ae b/databases/mysql51-client/patches/patch-ae
index 6cbee0676da..cb9178852b9 100644
--- a/databases/mysql51-client/patches/patch-ae
+++ b/databases/mysql51-client/patches/patch-ae
@@ -1,12 +1,10 @@
-$NetBSD: patch-ae,v 1.3 2011/12/02 14:25:10 adam Exp $
+$NetBSD: patch-ae,v 1.4 2013/01/21 08:58:44 adam Exp $
-* Portability: include <bstring.h> if exists.
-
---- client/mysqlbinlog.cc.orig 2011-10-29 18:09:49.000000000 +0000
+--- client/mysqlbinlog.cc.orig 2012-12-13 10:05:51.000000000 +0000
+++ client/mysqlbinlog.cc
-@@ -37,6 +37,9 @@
- #include "log_event.h"
+@@ -38,6 +38,9 @@
#include "sql_common.h"
+ #include "my_dir.h"
#include <welcome_copyright_notice.h> // ORACLE_WELCOME_COPYRIGHT_NOTICE
+#ifdef NEEDS_BSTRING_H
+#include <bstring.h> /* defines bzero() */