Date: Sat, 23 Feb 2013 13:06:57 +0000 (UTC) From: Florian Smeets <flo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312810 - head/www/firefox Message-ID: <201302231306.r1ND6vRs005126@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: flo Date: Sat Feb 23 13:06:57 2013 New Revision: 312810 URL: http://svnweb.freebsd.org/changeset/ports/312810 Log: We need gcc from ports here, as gcc-4.2.1 isn't supported anymore. Submitted by: Jan Beich <jbeich@tormail.org> Pointyhat to: flo Modified: head/www/firefox/Makefile Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sat Feb 23 12:36:57 2013 (r312809) +++ head/www/firefox/Makefile Sat Feb 23 13:06:57 2013 (r312810) @@ -69,7 +69,7 @@ CFLAGS+= -mminimal-toc .endif .if ${PORT_OPTIONS:MPGO} -USE_GCC?= any +USE_GCC?= yes USE_DISPLAY= yes .include "${PORTSDIR}/Mk/bsd.python.mk"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302231306.r1ND6vRs005126>