diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-11 07:16:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-11 07:16:17 +0000 |
commit | 6593022e89db95668f762d4db0020b296f786594 (patch) | |
tree | 5a8d9af95f916aa8c03b8ad1fcec948d0bf7d5e7 /www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.h | |
parent | Update to 1.04: documentation and bugfixes. See Changes for details. (diff) |
Add Firefox after a repo copy from mozilla-firebird. Firefox is the next
release of the Firebird web browser with a new name to avoid conflicts with
the Firebird database. This is version 0.8.
http://www.mozilla.org/products/firefox/releases/
* Update to 0.8 and change name to firefox [1]
* Make PLIST from a fake installation [1]
* Restore original credit and portname in Makefile [1]
* Optionally install headers and IDL files [2]
* Use PERL instead of REINPLACE_CMD in a few places [1]
* Use OPTIONS
* Enable the Inspector extension
* Fix another possible esound related problem
* Enable basic optimizations if WITH_DEBUG is not specified
PR: 62631 [2]
Submitted by: trevor [1] [2]
Diffstat (limited to 'www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.h')
-rw-r--r-- | www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.h b/www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.h index 18f809bf396b..02923f6d3e22 100644 --- a/www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.h +++ b/www/firefox/files/patch-nsprpub-pr-include-md-_freebsd.h @@ -1,11 +1,11 @@ ---- 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) +$FreeBSD$ + +--- nsprpub/pr/include/md/_freebsd.h.orig Sat Nov 15 23:36:13 2003 ++++ nsprpub/pr/include/md/_freebsd.h Mon Feb 9 22:24:39 2004 +@@ -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__) |