1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/shells/bash2/files/patch-ac
Andrey A. Chernov b5ee8a0541 Fixes for freebsd,ELF,-current
Upgrade docs to 2.03
1999-05-28 01:09:20 +00:00

21 lines
1.0 KiB
Plaintext

--- configure.orig Thu Feb 18 21:12:00 1999
+++ configure Fri May 28 04:35:33 1999
@@ -733,7 +733,7 @@
sparc-netbsd*) opt_gnu_malloc=no ;; # needs 8-byte alignment
mips-irix6*) opt_gnu_malloc=no ;; # needs 8-byte alignment
sparc-linux*) opt_gnu_malloc=no ;; # sparc running linux; requires ELF
-#*-freebsd*) opt_gnu_malloc=no ;; # they claim it's better
+*-freebsd*) opt_gnu_malloc=no ;; # they claim it's better
*-aix*) opt_gnu_malloc=no ;; # AIX machines
*-nextstep*) opt_gnu_malloc=no ;; # NeXT machines running NeXTstep
*-rhapsody*) opt_gnu_malloc=no ;; # Apple Rhapsody
@@ -7086,7 +7086,7 @@
then
echo $ac_n "checking shared object configuration for loadable builtins""... $ac_c" 1>&6
echo "configure:7089: checking shared object configuration for loadable builtins" >&5
- eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C ${CC} -c ${host_cpu} -o ${host_os} -v ${host_vendor}`
+ eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c "${host_cpu}" -o "${host_os}" -v "${host_vendor}"`