svn commit: r330120 - head/Mk/Uses

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 12 05:42:27 UTC 2013


Author: bapt
Date: Sat Oct 12 05:42:26 2013
New Revision: 330120
URL: http://svnweb.freebsd.org/changeset/ports/330120

Log:
  Always use a recent version of gcc in case a port needs openmp support
  
  Submitted by:	gerald

Modified:
  head/Mk/Uses/compiler.mk

Modified: head/Mk/Uses/compiler.mk
==============================================================================
--- head/Mk/Uses/compiler.mk	Sat Oct 12 04:17:35 2013	(r330119)
+++ head/Mk/Uses/compiler.mk	Sat Oct 12 05:42:26 2013	(r330120)
@@ -61,7 +61,7 @@ COMPILER_TYPE=	gcc
 
 .if ${_COMPILER_ARGS:Mopenmp}
 .if ${COMPILER_TYPE} == clang
-USE_GCC=	any
+USE_GCC=	yes
 .endif
 .endif
 


More information about the svn-ports-all mailing list