svn commit: r339200 - head/Mk/Uses

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 9 06:56:44 UTC 2014


Author: bapt
Date: Thu Jan  9 06:56:42 2014
New Revision: 339200
URL: http://svnweb.freebsd.org/changeset/ports/339200

Log:
  Make gcc 4.6 is sufficient for c++0x

Modified:
  head/Mk/Uses/compiler.mk

Modified: head/Mk/Uses/compiler.mk
==============================================================================
--- head/Mk/Uses/compiler.mk	Thu Jan  9 06:55:18 2014	(r339199)
+++ head/Mk/Uses/compiler.mk	Thu Jan  9 06:56:42 2014	(r339200)
@@ -161,7 +161,7 @@ LDFLAGS+=	-B${LOCALBASE}/bin
 .if ${_COMPILER_ARGS:Mc++0x}
 .if !${COMPILER_FEATURES:Mc++0x}
 .if defined(FAVORITE_COMPILER) && ${FAVORITE_COMPILER} == gcc
-USE_GCC=	4.7+
+USE_GCC=	yes
 CHOSEN_COMPILER_TYPE=	gcc
 .elif (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 33) || ${COMPILER_TYPE} == gcc
 .if ${ALT_COMPILER_TYPE} == clang && ${ALT_COMPILER_VERSION} >= 33


More information about the svn-ports-all mailing list