Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Jul 2012 13:35:38 +0200
From:      Florian Smeets <flo@smeets.im>
To:        freebsd-gecko@freebsd.org
Subject:   Re: [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
Message-ID:  <4FFAC20A.8070509@smeets.im>
In-Reply-To: <201206231314.q5NDEOLt050876@trillian.chruetertee.ch>
References:  <201206231314.q5NDEOLt050876@trillian.chruetertee.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On 06/23/2012 15:14, svn-freebsd-gecko@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@thunderbird.mozilla.org


Florian




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FFAC20A.8070509>