diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-08-04 06:57:11 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-08-04 06:57:11 +0000 |
commit | 421df473ba711c14c1f1bcfe67217e78691d061f (patch) | |
tree | 1f81e3f707b694f33ed069814600e9ee33de5925 /shells/bash/files/patch-ac | |
parent | c13284aa475582fcc8b99cbe9de78663ac0b40f2 (diff) |
Update to version 2.05b.
PR: 41176
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=63947
Diffstat (limited to 'shells/bash/files/patch-ac')
-rw-r--r-- | shells/bash/files/patch-ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/shells/bash/files/patch-ac b/shells/bash/files/patch-ac index 51506a030580..40f7df40b148 100644 --- a/shells/bash/files/patch-ac +++ b/shells/bash/files/patch-ac @@ -1,14 +1,14 @@ $FreeBSD$ ---- configure.orig Mon Nov 19 18:27:10 2001 -+++ configure Mon Nov 19 18:27:17 2001 -@@ -1108,7 +1108,7 @@ +--- configure.orig Tue Jul 16 22:31:47 2002 ++++ configure Wed Jul 24 23:54:26 2002 +@@ -1132,7 +1132,7 @@ mips-irix6*) opt_bash_malloc=no ;; # needs 8-byte alignment m68k-sysv) opt_bash_malloc=no ;; # fixes file descriptor leak in closedir sparc-linux*) opt_bash_malloc=no ;; # sparc running linux; requires ELF --#*-freebsd*) opt_bash_malloc=no ;; # they claim it's better -+*-freebsd*) opt_bash_malloc=no ;; # they claim it's better +-#*-freebsd*) opt_bash_malloc=no ;; # they claim it's better; I disagree ++*-freebsd*) opt_bash_malloc=no ;; # they claim it's better; I disagree *-openbsd*) opt_bash_malloc=no ;; # they claim it needs eight-bit alignment *-aix*) opt_bash_malloc=no ;; # AIX machines *-nextstep*) opt_bash_malloc=no ;; # NeXT machines running NeXTstep |