summaryrefslogtreecommitdiff
path: root/sysutils/fakeroot/patches/patch-ab
blob: 614072bdec94acfeba7e44faa5b9febed803fe0d (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
$NetBSD: patch-ab,v 1.2 2006/01/13 18:26:04 wiz Exp $

--- configure.orig	2005-12-14 03:28:08.000000000 +0000
+++ configure
@@ -22602,34 +22602,34 @@ fi
 
 
 case $target_cpu:$target_os in
-	(alpha*:linux*|ia64*:linux*)
+	alpha*:linux*|ia64*:linux*)
       		libcpath="/lib/libc.so.6.1"
 		;;
-	(*:linux*)
+	*:linux*)
 	        libcpath="/lib/libc.so.6"
 		;;
-	(*:k*bsd*-gnu)
+	*:k*bsd*-gnu)
 	        libcpath="/lib/libc.so.0.1"
 		;;
-	(*:freebsd*)
+	*:freebsd*)
 		libcpath="/usr/lib/libc.so.4"
 		;;
-	(*:netbsd*)
+	*:netbsd*)
 		libcpath="/usr/lib/libc.so.12"
 		;;
-	(*:openbsd*)
+	*:openbsd*)
 		libcpath="/usr/lib/libc.so.25.2"
 		;;
-	(*:hpux*)
+	*:hpux*)
 		libcpath="/usr/lib/hpux32/libc.so.1"
 		;;
-	(*:osf*)
+	*:osf*)
 		libcpath="/shlib/libc.so"
 		;;
-	(*:solaris*)
+	*:solaris*)
 		libcpath="/lib/libc.so.1"
 		;;
-	(*)
+	*)
 		{ echo "$as_me:$LINENO: WARNING: don't know where libc is for $target_os on
 			     $target_cpu, setting to /lib/libc.so" >&5
 echo "$as_me: WARNING: don't know where libc is for $target_os on
@@ -22777,7 +22777,7 @@ echo "$as_me: error: no SUS compliant sh
 fi
 
 case "$target_cpu:$target_os" in
-	(alpha*:linux*)
+	alpha*:linux*)
 
 
 	echo "$as_me:$LINENO: checking if we need to do stat-struct conversion hackery" >&5