cvs commit: ports/www/firefox Makefile

Simon Barner barner at FreeBSD.org
Fri Dec 2 11:30:14 GMT 2005


Michael Johnson wrote:
>   - Disable svg support on 5.3 and lower to fix build with a gcc bug.

This should read: "on 5.4 and lower", shouldn't it?

> http://cvsweb.FreeBSD.org/ports/www/firefox/Makefile.diff?r1=1.140&r2=1.141&f=h

@@ -48,6 +46,10 @@ OPTIONS=	NEWTAB "Open external links in 
 
 .if ${ARCH} == "alpha" && ${OSVERSION} < 500035
 IGNORE=	core dumps on alpha during post-build
+.endif
+
+.if ${OSVERSION} >= 504101
+MOZ_OPTIONS+=	--enable-svg --enable-svg-renderer=cairo
 .endif
 
 .if ${PERL_LEVEL} < 500600


-- 
Best regards / Viele Grüße,                             barner at FreeBSD.org
 Simon Barner                                                barner at gmx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20051202/5b91edca/attachment.bin


More information about the cvs-all mailing list