configure options

Glen Barber glen.j.barber at gmail.com
Fri Sep 2 12:05:06 UTC 2011


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 at 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
-------------- next part --------------
--- /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 \


More information about the freebsd-ports mailing list