[SVN-Commit] r792 - in branches/experimental: Mk
mail/thunderbird
mail/thunderbird/files www/firefox www/firefox-nightly www/firefox/files
www/seamonkey www/seamonkey/files
Florian Smeets
flo at smeets.im
Mon Jul 9 11:35:42 UTC 2012
On 06/23/2012 15:14, svn-freebsd-gecko at chruetertee.ch wrote:
> Author: jbeich
> Date: Sat Jun 23 13:14:24 2012
> New Revision: 792
>
> Log:
> use objdir build
>
Does the following patch look correct to fix lightning installation with
thunderbird? It fixes the installation for me. The same needs to be done
for seamonkey.
Index: Makefile
===================================================================
--- Makefile (revision 860)
+++ Makefile (working copy)
@@ -87,7 +87,7 @@
MOZ_OPTIONS+= --enable-calendar
MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar
LIGHTNING_DIR= share/lightning
-XPI_FILE= ${MOZSRC}/dist/xpi-stage/lightning.xpi
+XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/xpi-stage/lightning.xpi
XPI_LIBDIR= ${PREFIX}/lib/xpi
XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103}
XPI_ID= lightning at thunderbird.mozilla.org
Florian
More information about the freebsd-gecko
mailing list