Date: Mon, 24 Nov 2003 03:28:55 -0500 (EST) From: Trevor Johnson <trevor@jpj.net> To: "David O'Brien" <obrien@freebsd.org> Cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/mozilla Makefile ports/www/mozilla-devel Makefile ports/www/mozilla-firebird Makefile Message-ID: <20031124031735.A97538@blues.jpj.net> In-Reply-To: <20031124075854.GA5187@dragon.nuxi.com> References: <200311240120.hAO1KeOx044933@repoman.freebsd.org> <20031124023405.B35364@blues.jpj.net> <20031124075854.GA5187@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
David O'Brien wrote: > On Mon, Nov 24, 2003 at 02:34:24AM -0500, Trevor Johnson wrote: > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > www/mozilla Makefile > > > www/mozilla-devel Makefile > > > www/mozilla-firebird Makefile > > > Log: > > > Don't build these ports on amd64. > > > > Why not? > > We don't have the right bits yet. Mozilla has MD code which has to have > carnal knowledge of the compiler's ABI. If you have an x86-64 machine, could you please try this patch? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mozilla-firebird/Makefile,v retrieving revision 1.57 diff -u -r1.57 Makefile --- Makefile 24 Oct 2003 06:38:14 -0000 1.57 +++ Makefile 24 Nov 2003 08:26:34 -0000 @@ -99,6 +99,9 @@ -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ -e 's|@PERL@|${PERL5}|' \ <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig +.if (${MACHINE_ARCH} == "amd64") + ${ECHO_CMD} ac_add_options --disable-md >> ${WRKSRC}/.mozconfig +.endif post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ -- Trevor Johnson
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031124031735.A97538>