Date: Mon, 3 Dec 2012 18:03:12 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1111 - trunk/www/firefox-nightly Message-ID: <201212031803.qB3I3CGF091746@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212031803.qB3I3CGF091746>
