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,                             [EMAIL PROTECTED]
 Simon Barner                                                [EMAIL PROTECTED]

Attachment: pgpPhkxUmXFBZ.pgp
Description: PGP signature

Reply via email to