summaryrefslogtreecommitdiff
path: root/www/firefox-esr/files/patch-nsprpub-pr-include-md-_freebsd.h
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-02-02 03:40:14 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-02-02 03:40:14 +0000
commitfb325c73d69d382ee54ff03110ff89184c7a9403 (patch)
tree52f20e2ad4a871788ccdccc36aa32057accba9bf /www/firefox-esr/files/patch-nsprpub-pr-include-md-_freebsd.h
parentUpgrade to 0.90.7.1, which contains the patches from the port and (diff)
Port ia64 support from www/mozilla.
Notes
Notes: svn path=/head/; revision=99775
Diffstat (limited to 'www/firefox-esr/files/patch-nsprpub-pr-include-md-_freebsd.h')
-rw-r--r--www/firefox-esr/files/patch-nsprpub-pr-include-md-_freebsd.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/firefox-esr/files/patch-nsprpub-pr-include-md-_freebsd.h b/www/firefox-esr/files/patch-nsprpub-pr-include-md-_freebsd.h
index 7d4af1cea2b7..18f809bf396b 100644
--- a/www/firefox-esr/files/patch-nsprpub-pr-include-md-_freebsd.h
+++ b/www/firefox-esr/files/patch-nsprpub-pr-include-md-_freebsd.h
@@ -1,11 +1,13 @@
---- nsprpub/pr/include/md/_freebsd.h Thu Jan 16 15:09:12 2003
-+++ nsprpub/pr/include/md/_freebsd.h Sat Dec 13 13:02:49 2003
-@@ -48,6 +48,10 @@
+--- nsprpub/pr/include/md/_freebsd.h.orig Thu Jan 16 15:09:12 2003
++++ nsprpub/pr/include/md/_freebsd.h Sun Feb 1 15:21:56 2004
+@@ -48,6 +48,12 @@
#define _PR_SI_ARCHITECTURE "x86"
#elif defined(__alpha)
#define _PR_SI_ARCHITECTURE "alpha"
+#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