Date: Fri, 02 Sep 2011 07:34:05 -0400 From: Glen Barber <glen.j.barber@gmail.com> To: Anton Shterenlikht <mexas@bristol.ac.uk> Cc: freebsd-ports@freebsd.org Subject: Re: configure options Message-ID: <4E60BF2D.8050105@gmail.com> In-Reply-To: <20110902110129.GA84126@mech-cluster241.men.bris.ac.uk> References: <20110902110129.GA84126@mech-cluster241.men.bris.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------060205020002070607000201 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 9/2/11 7:01 AM, Anton Shterenlikht wrote: > I'm having problems building www/firefox on ia64. > I was advised to: > > https://bugzilla.mozilla.org/show_bug.cgi?id=683879 > > --- Comment #3 from Boris Zbarsky (:bz) <bzbarsky@mit.edu> 2011-09-01 10:36:27 PDT --- > Do things work if you do use --disable-ipc? > > -- > > How should I specify this option within > the ports framework? Should it be something > like > make disable-ipc=yes > No, it would need to be specified in the port's Makefile. I haven't tried it, but the attached patch may work. (Again, I haven't tried it.) :) Regards, -- Glen Barber --------------060205020002070607000201 Content-Type: text/plain; name="www-firefox-Makefile.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="www-firefox-Makefile.diff.txt" --- /usr/ports/www/firefox/Makefile 2011-08-31 17:26:12.000000000 -0400 +++ Makefile 2011-09-02 07:30:47.330998597 -0400 @@ -49,6 +49,7 @@ --enable-application=browser \ --enable-official-branding --disable-updater \ --enable-canvas --enable-libxul --disable-necko-wifi \ + --disable-ipc \ --with-system-libevent=${LOCALBASE} OPTIONS= DBUS "Enable D-BUS support" on \ --------------060205020002070607000201--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E60BF2D.8050105>