mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
59 lines
1.2 KiB
Plaintext
59 lines
1.2 KiB
Plaintext
$NetBSD: patch-ab,v 1.3 2010/04/23 09:00:15 obache Exp $
|
|
|
|
--- configure.orig 2006-07-22 22:33:58.000000000 +0000
|
|
+++ configure
|
|
@@ -12712,34 +12712,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
|
|
@@ -12896,7 +12896,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
|