On 06/23/2012 15:14, svn-freebsd-ge...@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= lightn...@thunderbird.mozilla.org Florian _______________________________________________ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"