diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 23:22:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 23:22:17 +0000 |
commit | 6bd449375a5a355d275f1124e4c48dc8bdb3c02d (patch) | |
tree | ce2f2a78c4ded2f6a22df8e31c92370507744a0f /mail/thunderbird/files/patch-sparc64 | |
parent | - Fix build on -CURRENT (diff) |
* Update to 0.4
* Add support for new options
* Don't include stuff after bsd.port.post.mk
Notes
Notes:
svn path=/head/; revision=95298
Diffstat (limited to 'mail/thunderbird/files/patch-sparc64')
-rw-r--r-- | mail/thunderbird/files/patch-sparc64 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/thunderbird/files/patch-sparc64 b/mail/thunderbird/files/patch-sparc64 index b9cb83058235..e875857c4306 100644 --- a/mail/thunderbird/files/patch-sparc64 +++ b/mail/thunderbird/files/patch-sparc64 @@ -55,15 +55,3 @@ diff -ru ./nsprpub/pr/include/md/_freebsd.cfg ../../work~/mozilla/nsprpub/pr/inc #else #error "Unknown CPU architecture" -diff -ru ./nsprpub/pr/include/md/_freebsd.h ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.h ---- ./nsprpub/pr/include/md/_freebsd.h Thu Jan 16 15:09:12 2003 -+++ ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.h Tue May 20 21:27:13 2003 -@@ -48,6 +48,8 @@ - #define _PR_SI_ARCHITECTURE "x86" - #elif defined(__alpha) - #define _PR_SI_ARCHITECTURE "alpha" -+#elif defined(__sparc__) -+#define _PR_SI_ARCHITECTURE "sparc" - #else - #error "Unknown CPU architecture" - #endif |