mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a4923c39c3
failglob patch removed - this sort of patches must be submitted to bash maintainer
21 lines
1.0 KiB
Plaintext
21 lines
1.0 KiB
Plaintext
--- configure.orig Tue Feb 22 19:46:17 2000
|
|
+++ configure Mon May 8 00:23:05 2000
|
|
@@ -761,7 +761,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
|
|
*-aix*) opt_bash_malloc=no ;; # AIX machines
|
|
*-nextstep*) opt_bash_malloc=no ;; # NeXT machines running NeXTstep
|
|
*-rhapsody*) opt_bash_malloc=no ;; # Apple Rhapsody
|
|
@@ -8099,7 +8099,7 @@
|
|
then
|
|
echo $ac_n "checking shared object configuration for loadable builtins""... $ac_c" 1>&6
|
|
echo "configure:8102: 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}"`
|
|
|
|
|
|
|