summaryrefslogtreecommitdiff
path: root/databases/mysql5-client/patches/patch-at
diff options
context:
space:
mode:
authorschwarz <schwarz@pkgsrc.org>2006-10-28 07:45:51 +0000
committerschwarz <schwarz@pkgsrc.org>2006-10-28 07:45:51 +0000
commit580fd77aac507a1a8712a6bca1a02c6ef924ee11 (patch)
tree5552f48d0307d0e7c491662b16cd04865a4ce45e /databases/mysql5-client/patches/patch-at
parent3556ae87973b88e85a6c98d0c6f8586686e95e0c (diff)
downloadpkgsrc-580fd77aac507a1a8712a6bca1a02c6ef924ee11.tar.gz
added patches for IRIX 5
Diffstat (limited to 'databases/mysql5-client/patches/patch-at')
-rw-r--r--databases/mysql5-client/patches/patch-at15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/mysql5-client/patches/patch-at b/databases/mysql5-client/patches/patch-at
new file mode 100644
index 00000000000..0fd2f6292fb
--- /dev/null
+++ b/databases/mysql5-client/patches/patch-at
@@ -0,0 +1,15 @@
+$NetBSD: patch-at,v 1.1 2006/10/28 07:45:51 schwarz Exp $
+
+--- sql/log_event.h.orig 2006-10-24 00:00:12.000000000 +0200
++++ sql/log_event.h 2006-10-24 00:00:43.000000000 +0200
+@@ -18,6 +18,10 @@
+ #ifndef _log_event_h
+ #define _log_event_h
+
++#ifdef NEEDS_BSTRING_H
++#include <bstring.h> /* defines bzero() */
++#endif
++
+ #ifdef __EMX__
+ #undef write // remove pthread.h macro definition, conflict with write() class member
+ #endif