diff options
author | pav <pav@FreeBSD.org> | 2005-09-19 07:52:29 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-19 07:52:29 +0000 |
commit | 1804666b14a7af596dcdfb13ac4b307360497465 (patch) | |
tree | fde018be81987ab79312124647b254251f6c777c /mail/sympa-elixus/files | |
parent | 89a10853eecf941d70e3afd1d60acf9d686c72d4 (diff) | |
download | FreeBSD-ports-1804666b14a7af596dcdfb13ac4b307360497465.zip FreeBSD-ports-1804666b14a7af596dcdfb13ac4b307360497465.tar.gz |
- Attempt to fix build on amd64
Reported by: krismail
Diffstat (limited to 'mail/sympa-elixus/files')
-rw-r--r-- | mail/sympa-elixus/files/patch-config.sub | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/sympa-elixus/files/patch-config.sub b/mail/sympa-elixus/files/patch-config.sub new file mode 100644 index 0000000..8347d6d --- /dev/null +++ b/mail/sympa-elixus/files/patch-config.sub @@ -0,0 +1,11 @@ +--- config.sub.orig Tue Sep 13 20:35:06 2005 ++++ config.sub Tue Sep 13 20:32:55 2005 +@@ -224,7 +224,7 @@ case $basic_machine in + | f301-* | armv*-* | s390-* | sv1-* | t3e-* \ + | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ + | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \ +- | bs2000-*) ++ | bs2000-* | amd64-*) + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. |