diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-12-29 01:39:32 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-12-29 01:39:32 +0800 |
commit | 589477efe47c16a83665a3f16710091e61ac8603 (patch) | |
tree | 7fd072e2dde09dd65544b8a63da1bfb1f36410dd /www/libxul/files/patch-xptcall-ia64 | |
parent | c120d69ae983fcdcf34cf4d992c4fb0b51fc0b05 (diff) | |
download | marcuscom-ports-589477efe47c16a83665a3f16710091e61ac8603.tar marcuscom-ports-589477efe47c16a83665a3f16710091e61ac8603.tar.gz marcuscom-ports-589477efe47c16a83665a3f16710091e61ac8603.tar.bz2 marcuscom-ports-589477efe47c16a83665a3f16710091e61ac8603.tar.lz marcuscom-ports-589477efe47c16a83665a3f16710091e61ac8603.tar.xz marcuscom-ports-589477efe47c16a83665a3f16710091e61ac8603.tar.zst marcuscom-ports-589477efe47c16a83665a3f16710091e61ac8603.zip |
Add "--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA}" to fix other
applications in the runtime. Some applications required to have set
MOZILLA_FIVE_HOME or/and LD_LIBRARY_PATH to make it works in the runtime. Now,
it's no longer need to set these variables, which this flag takes care of it.
The MOZILLA_FIVE_HOME still works with this flag if someone need to use
different one. I have learned about this flag from RPM, Debian, Gentoo ebuild
and other packages. Bump the PORTREVISION.
It has been tested with py-gnome-extras, ruby-gtkmozembed, epiphany,
development version of deluge, miro and yelp in both build and run time
with Firefox.
marcus wants me to put in MC first before I put these in FreeBSD ports tree,
because of ports tree still isn't complete unfreeze. I personal doubt that it
will causing any problem, so if it does then please report to me.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10009 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/libxul/files/patch-xptcall-ia64')
-rw-r--r-- | www/libxul/files/patch-xptcall-ia64 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/www/libxul/files/patch-xptcall-ia64 b/www/libxul/files/patch-xptcall-ia64 new file mode 100644 index 000000000..7d33a8693 --- /dev/null +++ b/www/libxul/files/patch-xptcall-ia64 @@ -0,0 +1,38 @@ +--- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ipf64.s.orig Sun Jul 20 00:05:32 2003 ++++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ipf64.s Sun Jul 20 00:06:37 2003 +@@ -8,6 +8,7 @@ + // Section has executable code + .section .text, "ax","progbits" + // procedure named 'XPTC_InvokeByIndex' ++ .global XPTC_InvokeByIndex + .proc XPTC_InvokeByIndex + // manual bundling + .explicit +@@ -24,7 +25,7 @@ + + // XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, + // PRUint32 paramCount, nsXPTCVariant* params); +-XPTC_InvokeByIndex:: ++XPTC_InvokeByIndex: + .prologue + .save ar.pfs, r37 + // allocate 4 input args, 6 local args, and 8 output args +--- xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ipf64.s.orig Tue May 24 11:30:54 2005 ++++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ipf64.s Fri Sep 16 15:50:20 2005 +@@ -6,6 +6,7 @@ + // Section has executable code + .section .text, "ax","progbits" + // procedure named 'SharedStub' ++ .global SharedStub + .proc SharedStub + // manual bundling + .explicit +@@ -14,7 +15,7 @@ + // .exclass PrepareAndDispatch, @fullyvisible + .type PrepareAndDispatch,@function + +-SharedStub:: ++SharedStub: + // 10 arguments, first 8 are the input arguments of previous + // function call. The 9th one is methodIndex and the 10th is the + // pointer to the remaining input arguments. The last two arguments |