summaryrefslogtreecommitdiff
path: root/sysutils/fakeroot/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fakeroot/patches/patch-ab')
-rw-r--r--sysutils/fakeroot/patches/patch-ab26
1 files changed, 21 insertions, 5 deletions
diff --git a/sysutils/fakeroot/patches/patch-ab b/sysutils/fakeroot/patches/patch-ab
index 3a2425b5c3a..614072bdec9 100644
--- a/sysutils/fakeroot/patches/patch-ab
+++ b/sysutils/fakeroot/patches/patch-ab
@@ -1,13 +1,12 @@
-$NetBSD: patch-ab,v 1.1 2003/01/04 11:27:45 cjep Exp $
+$NetBSD: patch-ab,v 1.2 2006/01/13 18:26:04 wiz Exp $
---- configure.orig Wed Dec 11 23:47:39 2002
+--- configure.orig 2005-12-14 03:28:08.000000000 +0000
+++ configure
-@@ -10587,29 +10587,28 @@ fi
+@@ -22602,34 +22602,34 @@ fi
case $target_cpu:$target_os in
-- (alpha*:linux*)
-- (ia64*:linux*)
+- (alpha*:linux*|ia64*:linux*)
+ alpha*:linux*|ia64*:linux*)
libcpath="/lib/libc.so.6.1"
;;
@@ -15,6 +14,10 @@ $NetBSD: patch-ab,v 1.1 2003/01/04 11:27:45 cjep Exp $
+ *: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"
@@ -35,8 +38,21 @@ $NetBSD: patch-ab,v 1.1 2003/01/04 11:27:45 cjep Exp $
+ *: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