diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-17 05:24:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-17 05:24:17 +0000 |
commit | ed5f4675609124dd7f4848191a5c6d0b503905ab (patch) | |
tree | 451dacbb5e9e33b297bdd0b72c6c64eba6c79378 /www/mozilla/files/patch-nsprpub::pr::include::md::_freebsd.h | |
parent | Add a patch that fixes Korean fontface name encoding for OpenOffice.org. (diff) |
Update to 1.6. For all the juicy details, please see:
http://www.mozilla.org/releases/mozilla1.6/
Notes
Notes:
svn path=/head/; revision=98369
Diffstat (limited to 'www/mozilla/files/patch-nsprpub::pr::include::md::_freebsd.h')
-rw-r--r-- | www/mozilla/files/patch-nsprpub::pr::include::md::_freebsd.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/mozilla/files/patch-nsprpub::pr::include::md::_freebsd.h b/www/mozilla/files/patch-nsprpub::pr::include::md::_freebsd.h index fb5de98ab9ff..fca34102ffb0 100644 --- a/www/mozilla/files/patch-nsprpub::pr::include::md::_freebsd.h +++ b/www/mozilla/files/patch-nsprpub::pr::include::md::_freebsd.h @@ -1,13 +1,13 @@ ---- nsprpub/pr/include/md/_freebsd.h.orig Thu Jan 16 15:09:12 2003 -+++ nsprpub/pr/include/md/_freebsd.h Tue Jun 24 23:12:04 2003 -@@ -48,6 +48,10 @@ - #define _PR_SI_ARCHITECTURE "x86" - #elif defined(__alpha) +--- nsprpub/pr/include/md/_freebsd.h.orig Sat Nov 15 18:36:13 2003 ++++ nsprpub/pr/include/md/_freebsd.h Sun Dec 14 11:40:08 2003 +@@ -50,6 +50,10 @@ #define _PR_SI_ARCHITECTURE "alpha" -+#elif defined(__sparc__) -+#define _PR_SI_ARCHITECTURE "sparc" + #elif defined(__sparc__) + #define _PR_SI_ARCHITECTURE "sparc" +#elif defined(__ia64__) +#define _PR_SI_ARCHITECTURE "ia64" ++#elif defined(__amd64__) ++#define _PR_SI_ARCHITECTURE "amd64" #else #error "Unknown CPU architecture" #endif |