summaryrefslogtreecommitdiff
path: root/databases/mysql-server/patches/patch-ab
blob: 8ecfca7d0eae03cc8d8e8a2c878627dadaa73a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$NetBSD: patch-ab,v 1.3 2000/08/23 14:46:52 wiz Exp $

--- mit-pthreads/config/configure.in.orig	Fri Dec 31 01:15:51 1999
+++ mit-pthreads/config/configure.in
@@ -125,7 +125,7 @@
 
 case $host in
 changequote(,)dnl
-    alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.4*)
+    alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.[45]*)
 	name=alpha-netbsd-1.3
 	sysincludes=netbsd-1.1
 	except="fork lseek pipe fstat"
@@ -151,7 +151,7 @@
 	fi
 	;;
 changequote(,)dnl
-    arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.4*)
+    arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.[45]*)
 	name=arm32-netbsd-1.3
 	sysincludes=netbsd-1.1
 	except="fork pipe lseek ftruncate fstat"
@@ -198,7 +198,7 @@
 	AC_DEFINE(BROKEN_SIGNALS)
 	;;
 changequote(,)dnl
-    sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.4*)
+    sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.[45]*)
 	name=sparc-netbsd-1.3
 	sysincludes=netbsd-1.1
 	except="pipe fork lseek ftruncate fstat"
@@ -236,7 +236,7 @@
         except="fork lseek ftruncate sigsuspend"
 		;;
 changequote(,)dnl
-    i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.4*)
+    i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.[45]*)
 	name=i386-netbsd-1.3
 	sysincludes=netbsd-1.1
 	except="fork lseek ftruncate pipe fstat"