openbsd-ports/shells/bash2/patches/patch-ab
2000-03-23 03:57:43 +00:00

11 lines
560 B
Plaintext

--- configure.orig Thu Mar 23 19:51:31 2000
+++ configure Thu Mar 23 19:52:44 2000
@@ -762,6 +762,7 @@
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
+*-openbsd*) opt_gnu_malloc=no ;; # needs 8-byte alignment for one thing
*-aix*) opt_bash_malloc=no ;; # AIX machines
*-nextstep*) opt_bash_malloc=no ;; # NeXT machines running NeXTstep
*-rhapsody*) opt_bash_malloc=no ;; # Apple Rhapsody