Date: Fri, 2 Dec 2005 07:49:08 -0500 From: michael johnson <buhnux@gmail.com> To: Simon Barner <barner@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, Michael Johnson <ahze@FreeBSD.org>, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/firefox Makefile Message-ID: <9F9673EE-1E35-4589-9845-DF3AB58D6923@ahze.net> In-Reply-To: <20051202113024.GC398@zi025.glh.mhn.de> References: <200512020544.jB25iMwm021177@repoman.freebsd.org> <20051202113024.GC398@zi025.glh.mhn.de>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Dec 2, 2005, at 6:30 AM, Simon Barner wrote: > 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? > nah, its right because svg was always enabled before. @@ -31,8 +31,6 @@ FIREFOX_ICON=3D ${MOZILLA}.xpm FIREFOX_ICON_SRC=3D ${PREFIX}/lib/${MOZILLA}/icons/default.xpm MOZ_OPTIONS=3D --enable-application=3Dbrowser \ - - --enable-svg \ - - --enable-svg-renderer=3Dcairo \ --enable-system-cairo \ >> http://cvsweb.FreeBSD.org/ports/www/firefox/Makefile.diff?=20 >> r1=3D1.140&r2=3D1.141&f=3Dh > > @@ -48,6 +46,10 @@ OPTIONS=3D NEWTAB "Open external links in > > .if ${ARCH} =3D=3D "alpha" && ${OSVERSION} < 500035 > IGNORE=3D core dumps on alpha during post-build > +.endif > + > +.if ${OSVERSION} >=3D 504101 > +MOZ_OPTIONS+=3D --enable-svg --enable-svg-renderer=3Dcairo > .endif > > .if ${PERL_LEVEL} < 500600 > > > --=20 > Best regards / Viele Gr=FC=DFe, =20 > barner@FreeBSD.org > Simon Barner =20 > barner@gmx.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDkELIn4uqfTwEb9YRAmoFAKCMnn2vI195mHV3KTMkOzDgjAkZ9gCeL4LA oqVTynldC9JU2KeaCrDszo8=3D =3DSmfv -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9F9673EE-1E35-4589-9845-DF3AB58D6923>