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= ${MOZILLA}.xpm
FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/icons/default.xpm
MOZ_OPTIONS= --enable-application=browser \
- - --enable-svg \
- - --enable-svg-renderer=cairo \
--enable-system-cairo \
>> 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@FreeBSD.org
> Simon Barner
> barner@gmx.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
iD8DBQFDkELIn4uqfTwEb9YRAmoFAKCMnn2vI195mHV3KTMkOzDgjAkZ9gCeL4LA
oqVTynldC9JU2KeaCrDszo8=
=Smfv
-----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>
