pkgsrc/sysutils/fakeroot/patches/patch-ab
obache f3b078e279 Update faekroot to 1.5.10.
fakeroot (1.5.10) unstable; urgency=low

  * Move po4a stuff to dist-hook and prebuild.
  * Drop po4a from build-deps.
  * In postrm, remove the symlink which may have been generated
    by ldconfig, to avoid upsetting piuparts.  closes: #351299.

 -- Clint Adams <schizo@debian.org>  Sat, 22 Jul 2006 16:02:43 -0400

fakeroot (1.5.9) unstable; urgency=low

  * Fix libc6-dev-amd64 typo in build-deps.  closes: #376903.
  * Drop amd64-libs-dev option from build-deps.
  * Bump Standards-Version to 3.7.2.

 -- Clint Adams <schizo@debian.org>  Sat,  8 Jul 2006 12:24:51 -0400

fakeroot (1.5.8) unstable; urgency=low

  * Change amd64 build-dep from ia32-libs-dev to libc6-dev-i386.

 -- Clint Adams <schizo@debian.org>  Thu, 16 Mar 2006 18:18:21 -0500

fakeroot (1.5.7) unstable; urgency=low

  * Use libtool 1.9+20051221-1 instead of 1.5.22-2.

 -- Clint Adams <schizo@debian.org>  Sun, 29 Jan 2006 22:44:47 -0500
2010-04-23 09:00:15 +00:00

58 lines
1.2 KiB
Text

$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