summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.cfg
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/files/patch-nsprpub-pr-include-md-_freebsd.cfg
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/files/patch-nsprpub-pr-include-md-_freebsd.cfg')
-rw-r--r--www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.cfg9
1 files changed, 6 insertions, 3 deletions
diff --git a/www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.cfg b/www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.cfg
index a2aa9f4b4432..3ac9a34fbc70 100644
--- a/www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.cfg
+++ b/www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.cfg
@@ -1,5 +1,5 @@
---- nsprpub/pr/include/md/_freebsd.cfg Wed Jan 2 18:38:25 2002
-+++ nsprpub/pr/include/md/_freebsd.cfg Sat Dec 13 13:02:49 2003
+--- nsprpub/pr/include/md/_freebsd.cfg.orig Wed Jan 2 18:38:25 2002
++++ nsprpub/pr/include/md/_freebsd.cfg Sun Feb 1 15:09:53 2004
@@ -91,7 +91,7 @@
#define PR_ALIGN_OF_DOUBLE 4
#define PR_ALIGN_OF_POINTER 4
@@ -9,7 +9,7 @@
#define IS_LITTLE_ENDIAN 1
#undef IS_BIG_ENDIAN
-@@ -138,6 +138,146 @@
+@@ -138,6 +138,149 @@
#define PR_ALIGN_OF_DOUBLE 8
#define PR_ALIGN_OF_POINTER 8
@@ -63,6 +63,9 @@
+#elif defined(__ia64__)
+#define IS_LITTLE_ENDIAN 1
+#undef IS_BIG_ENDIAN
++#define HAVE_LONG_LONG
++#define HAVE_ALIGNED_DOUBLES
++#define HAVE_ALIGNED_LONGLONGS
+#define IS_64
+
+#define PR_BYTES_PER_BYTE 1