bash-2.05.patch.2 1.0 KB

1234567891011121314151617181920212223
  1. --- configure.orig Tue Jan 23 18:57:28 2001
  2. +++ configure Tue Apr 10 11:29:11 2001
  3. @@ -763,7 +763,7 @@
  4. mips-irix6*) opt_bash_malloc=no ;; # needs 8-byte alignment
  5. m68k-sysv) opt_bash_malloc=no ;; # fixes file descriptor leak in closedir
  6. sparc-linux*) opt_bash_malloc=no ;; # sparc running linux; requires ELF
  7. -#*-freebsd*) opt_bash_malloc=no ;; # they claim it's better
  8. +*-freebsd*) opt_bash_malloc=no ;; # they claim it's better
  9. *-aix*) opt_bash_malloc=no ;; # AIX machines
  10. *-nextstep*) opt_bash_malloc=no ;; # NeXT machines running NeXTstep
  11. *-macos*) opt_bash_malloc=no ;; # Apple MacOS X
  12. --- support/config.guess.orig Mon Dec 18 16:43:18 2000
  13. +++ support/config.guess Tue Apr 10 11:29:11 2001
  14. @@ -697,7 +697,7 @@
  15. *:FreeBSD:*:*)
  16. if test -x /usr/bin/objformat; then
  17. if test "elf" = "`/usr/bin/objformat`"; then
  18. - echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'`
  19. + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'`
  20. exit 0
  21. fi
  22. fi