summaryrefslogtreecommitdiff
path: root/shells/bash3/files/patch-ac
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-10-10 17:58:00 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-10-10 17:58:00 +0000
commit47ac56be82c72f83caff34ce4ac8f8e71bf8065a (patch)
tree9b024a0a3e5f7e9ea25f8a10c704c6fa17bdc4f1 /shells/bash3/files/patch-ac
parenta7b4667654401c6cff9093ae6ebd74c74d6776ac (diff)
Diffstat (limited to 'shells/bash3/files/patch-ac')
-rw-r--r--shells/bash3/files/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/shells/bash3/files/patch-ac b/shells/bash3/files/patch-ac
deleted file mode 100644
index 40f7df40b148..000000000000
--- a/shells/bash3/files/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- 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; 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