summaryrefslogtreecommitdiff
path: root/mail/thunderbird-esr/files/patch-xptcall-sparc64
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-28 01:14:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-28 01:14:52 +0000
commit68e3c7d8e1336ebc30ea81f1604d4615efed5aee (patch)
tree49791b022cb415ec439de7592217e20ea487db02 /mail/thunderbird-esr/files/patch-xptcall-sparc64
parent[PATCH] ports/emulators/fmsx is outdated, update supplied (diff)
* Update to 0.5
* Fix a potential hang with esound * Fix some potential pthread issues * Add more platform compatibility patches * Fix libiconv support * Pull in some patches from firefox to shorten the plist some Special thanks to ale for getting a clean source tarball and hosting it. For the details on what's new in the release, please see: http://www.mozilla.org/projects/thunderbird/release-notes.html
Notes
Notes: svn path=/head/; revision=102336
Diffstat (limited to 'mail/thunderbird-esr/files/patch-xptcall-sparc64')
-rw-r--r--mail/thunderbird-esr/files/patch-xptcall-sparc6418
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/thunderbird-esr/files/patch-xptcall-sparc64 b/mail/thunderbird-esr/files/patch-xptcall-sparc64
index ea2773ced7d9..9599a8a71336 100644
--- a/mail/thunderbird-esr/files/patch-xptcall-sparc64
+++ b/mail/thunderbird-esr/files/patch-xptcall-sparc64
@@ -1,21 +1,3 @@
---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig Mon May 26 13:26:01 2003
-+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Mon May 26 13:30:04 2003
-@@ -287,6 +287,15 @@
- ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s
- endif
- #
-+# FreeBSD/SPARC64
-+#
-+ifeq ($(OS_ARCH),FreeBSD)
-+ifneq (,$(findstring sparc,$(OS_TEST)))
-+CPPSRCS := xptcinvoke_sparc64_freebsd.cpp xptcstubs_sparc64_freebsd.cpp
-+ASFILES := xptcinvoke_asm_sparc64_freebsd.s xptcstubs_asm_sparcv9_solaris.s
-+endif
-+endif
-+#
- # Solaris/SPARC
- #
- ifeq ($(OS_ARCH),SunOS)
--- /dev/null Mon May 26 13:22:00 2003
+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_sparc64_freebsd.cpp Mon May 26 04:12:55 2003
@@ -0,0 +1,123 @@