summaryrefslogtreecommitdiff
path: root/databases/mysql-client/patches
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2003-09-28 15:09:48 +0000
committerjdolecek <jdolecek>2003-09-28 15:09:48 +0000
commit3ffb56bc1e70cfa9e555b16ed1f8dd45c93bb471 (patch)
treefa198f42d1ef0602d8f39fe5770cd733db81ac3b /databases/mysql-client/patches
parentee778c9d30cd78cd9d387d66a18399a57c83267f (diff)
downloadpkgsrc-3ffb56bc1e70cfa9e555b16ed1f8dd45c93bb471.tar.gz
make mysql 3.23.51 compile on 1.6.x, which uses bundled mit-pthreads
fixes PR pkg/22988 by Adrian Portelli
Diffstat (limited to 'databases/mysql-client/patches')
-rw-r--r--databases/mysql-client/patches/patch-am12
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/mysql-client/patches/patch-am b/databases/mysql-client/patches/patch-am
new file mode 100644
index 00000000000..294a88d5b2a
--- /dev/null
+++ b/databases/mysql-client/patches/patch-am
@@ -0,0 +1,12 @@
+$NetBSD: patch-am,v 1.1 2003/09/28 15:09:48 jdolecek Exp $
+
+--- mysys/my_gethostbyname.c.orig Sun Sep 28 16:33:05 2003
++++ mysys/my_gethostbyname.c Sun Sep 28 16:33:20 2003
+@@ -18,7 +18,6 @@
+ /* Thread safe version of gethostbyname_r() */
+
+ #include "mysys_priv.h"
+-#include "my_pthread.h"
+ #include <assert.h>
+ #if !defined(MSDOS) && !defined(__WIN__)
+ #include <netdb.h>