summaryrefslogtreecommitdiff
path: root/databases/mysql-server/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-06-03 14:08:27 +0000
committertron <tron@pkgsrc.org>2002-06-03 14:08:27 +0000
commitc92b3552836cd9b7b07f9d2a9716a9e15e7c3855 (patch)
tree73dc1b7824315a32b8568a7a4a680d1b1e5e9c9a /databases/mysql-server/patches
parent7a61015d63fa25d47b50b5e18cbd55bced28d9a4 (diff)
downloadpkgsrc-c92b3552836cd9b7b07f9d2a9716a9e15e7c3855.tar.gz
Make included MIT pthread library build under NetBSD 1.6.
Diffstat (limited to 'databases/mysql-server/patches')
-rw-r--r--databases/mysql-server/patches/patch-ai40
1 files changed, 40 insertions, 0 deletions
diff --git a/databases/mysql-server/patches/patch-ai b/databases/mysql-server/patches/patch-ai
new file mode 100644
index 00000000000..e939fe12dba
--- /dev/null
+++ b/databases/mysql-server/patches/patch-ai
@@ -0,0 +1,40 @@
+$NetBSD: patch-ai,v 1.5 2002/06/03 14:08:28 tron Exp $
+
+--- mit-pthreads/config/configure.orig Thu Feb 14 18:30:22 2002
++++ mit-pthreads/config/configure Mon Jun 3 15:59:48 2002
+@@ -1252,7 +1252,7 @@
+ name=$host_cpu-$host_os
+
+ case $host in
+- alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.[45]*)
++ alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.[456]*)
+ name=alpha-netbsd-1.3
+ sysincludes=netbsd-1.1
+ except="fork lseek pipe fstat"
+@@ -1276,7 +1276,7 @@
+ CFLAGS="$CFLAGS -std"
+ fi
+ ;;
+- arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.[45]*)
++ arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.[456]*)
+ name=arm32-netbsd-1.3
+ sysincludes=netbsd-1.1
+ except="fork pipe lseek ftruncate fstat"
+@@ -1342,7 +1342,7 @@
+ EOF
+
+ ;;
+- sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.[45]*)
++ sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.[456]*)
+ name=sparc-netbsd-1.3
+ sysincludes=netbsd-1.1
+ except="pipe fork lseek ftruncate fstat"
+@@ -1381,7 +1381,7 @@
+ syscall=i386-bsdi-2.0
+ except="fork lseek ftruncate sigsuspend"
+ ;;
+- i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.[45]*)
++ i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.[456]*)
+ name=i386-netbsd-1.3
+ sysincludes=netbsd-1.1
+ except="fork lseek ftruncate pipe fstat"