diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-02-02 03:40:14 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-02-02 03:40:14 +0000 |
commit | fb325c73d69d382ee54ff03110ff89184c7a9403 (patch) | |
tree | 52f20e2ad4a871788ccdccc36aa32057accba9bf /www/firefox36/files/patch-xpcom-reflect-xptcall-src-md-unix-Makefile.in | |
parent | Upgrade 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/firefox36/files/patch-xpcom-reflect-xptcall-src-md-unix-Makefile.in')
-rw-r--r-- | www/firefox36/files/patch-xpcom-reflect-xptcall-src-md-unix-Makefile.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/www/firefox36/files/patch-xpcom-reflect-xptcall-src-md-unix-Makefile.in b/www/firefox36/files/patch-xpcom-reflect-xptcall-src-md-unix-Makefile.in index a609c0d5d5e0..fcde57b85b3a 100644 --- a/www/firefox36/files/patch-xpcom-reflect-xptcall-src-md-unix-Makefile.in +++ b/www/firefox36/files/patch-xpcom-reflect-xptcall-src-md-unix-Makefile.in @@ -1,5 +1,5 @@ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in Thu Aug 14 21:00:23 2003 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Sat Dec 13 13:02:49 2003 +--- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig Thu Aug 14 21:00:23 2003 ++++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Sun Feb 1 15:06:40 2004 @@ -49,6 +49,9 @@ ifeq (86,$(findstring 86,$(OS_TEST))) CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp @@ -10,6 +10,15 @@ endif # # New code for Linux, et. al., with gcc +@@ -60,7 +63,7 @@ + endif + endif + # IA64 Linux +-ifneq (,$(filter Linux,$(OS_ARCH))) ++ifneq (,$(filter Linux FreeBSD,$(OS_ARCH))) + ifneq (,$(findstring ia64,$(OS_TEST))) + CPPSRCS := xptcinvoke_ipf64.cpp xptcstubs_ipf64.cpp + ASFILES := xptcstubs_asm_ipf64.s xptcinvoke_asm_ipf64.s @@ -106,9 +109,15 @@ ASFILES := xptcinvoke_asm_osf1_alpha.s xptcstubs_asm_osf1_alpha.s endif |