The following reply was made to PR ports/159831; it has been noted by GNATS.
From: Anthony Jenkins <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: ports/159831: www/firefox is broken Date: Sun, 21 Aug 2011 21:10:09 -0400 I had the same problem here, it seems the firefox-6.0 build is pulling jstypes.h from the base system (/usr/local/include) and that header file does not define JS_ALWAYS_INLINE. I had 3 instances of this header under /usr/local/include from libxul, firefox4 and some dependent port of mediatomb's. I uninstalled libxul & the mediatomb one and renamed /usr/local/include/firefox to firefox.bak, restarted the firefox upgrade and it looks like the build works again. I believe the port needs to move the inclusion of /usr/local/include/* directories after the ones under /usr/ports/www/firefox/work, at least in this subdirectory of the firefox-6 source tree. Anthony Jenkins _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
