diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-16 19:56:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-16 19:56:09 +0000 |
commit | 20f489073d4c44040626c28aa796b3cd67059338 (patch) | |
tree | b16e55891524fd10ccf0cd59b2c28fa1b45632ef /shells/bash3/files/patch-config.guess | |
parent | Update to 2.3 (diff) |
Properly configure on FreeBSD/amd64.
Notes
Notes:
svn path=/head/; revision=81123
Diffstat (limited to 'shells/bash3/files/patch-config.guess')
-rw-r--r-- | shells/bash3/files/patch-config.guess | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shells/bash3/files/patch-config.guess b/shells/bash3/files/patch-config.guess new file mode 100644 index 000000000000..a109a5e4f442 --- /dev/null +++ b/shells/bash3/files/patch-config.guess @@ -0,0 +1,10 @@ +--- support/config.guess.orig Wed Apr 3 16:47:14 2002 ++++ support/config.guess Fri May 16 19:42:58 2003 +@@ -782,4 +782,7 @@ + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit 0 ;; ++ amd64:FreeBSD:*:*) ++ echo x86_64-unknown-freebsd ++ exit 0 ;; + *:FreeBSD:*:*) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` |