diff options
Diffstat (limited to 'www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.cfg')
-rw-r--r-- | www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.cfg b/www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.cfg new file mode 100644 index 000000000..cb309ac98 --- /dev/null +++ b/www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.cfg @@ -0,0 +1,11 @@ +--- nsprpub/pr/include/md/_freebsd.cfg.orig Sun Jan 16 16:13:08 2005 ++++ nsprpub/pr/include/md/_freebsd.cfg Sun Jan 16 16:16:34 2005 +@@ -141,7 +141,7 @@ + #define PR_ALIGN_OF_DOUBLE 8 + #define PR_ALIGN_OF_POINTER 8 + +-#elif defined(__sparc__) ++#elif defined(__sparc64__) + + #undef IS_LITTLE_ENDIAN + #define IS_BIG_ENDIAN 1 |