svn commit: r312810 - head/www/firefox

Florian Smeets flo at FreeBSD.org
Sat Feb 23 13:06:58 UTC 2013


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 at 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"
 


More information about the svn-ports-head mailing list