diff options
-rw-r--r-- | Bugzilla/UserAgent.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/UserAgent.pm b/Bugzilla/UserAgent.pm index 0db6de808..bd31a2a13 100644 --- a/Bugzilla/UserAgent.pm +++ b/Bugzilla/UserAgent.pm @@ -26,6 +26,7 @@ use constant PLATFORMS_MAP => ( qr/\(.*[ix0-9]86 (?:on |\()x86_64.*\)/ => ["IA32", "x86", "PC"], qr/\(.*amd64.*\)/ => ["AMD64", "x86_64", "PC"], qr/\(.*x86_64.*\)/ => ["AMD64", "x86_64", "PC"], + qr/\(.*Intel Mac OS X.*\)/ => ["x86_64"], # Intel IA64 qr/\(.*IA64.*\)/ => ["IA64", "PC"], # Intel x86 |