diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-09-28 15:09:48 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-09-28 15:09:48 +0000 |
commit | f809c74481a41470c695036557ba0d7c31dc407a (patch) | |
tree | fa198f42d1ef0602d8f39fe5770cd733db81ac3b /databases/mysql-client/patches | |
parent | 78a046078410fa7852b1079f6827ddb22d5d5b07 (diff) | |
download | pkgsrc-f809c74481a41470c695036557ba0d7c31dc407a.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-am | 12 |
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> |