[SVN-Commit] r1111 - trunk/www/firefox-nightly

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Mon Dec 3 18:03:18 UTC 2012


Author: jbeich
Date: Mon Dec  3 18:03:12 2012
New Revision: 1111

Log:
Nightly build with gcc42 is too broken, I give up

Modified:
   trunk/www/firefox-nightly/Makefile

Modified: trunk/www/firefox-nightly/Makefile
==============================================================================
--- trunk/www/firefox-nightly/Makefile	Mon Dec  3 18:03:03 2012	(r1110)
+++ trunk/www/firefox-nightly/Makefile	Mon Dec  3 18:03:12 2012	(r1111)
@@ -64,6 +64,10 @@
 
 WRKSRC:=	${WRKSRC}-central-${HGREV:C/.*://}
 
+.if defined(WITHOUT_CLANG_IS_CC) || ${CXX:Mc++} && ${OSVERSION} < 1000024
+USE_GCC?=	4.7+
+.endif
+
 .if ${ARCH} == amd64
 CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL}
 .elif ${ARCH} == powerpc64


More information about the freebsd-gecko mailing list