svn commit: r339202 - head/Mk/Uses

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 9 07:10:02 UTC 2014


Author: bapt
Date: Thu Jan  9 07:10:02 2014
New Revision: 339202
URL: http://svnweb.freebsd.org/changeset/ports/339202

Log:
  Fix test

Modified:
  head/Mk/Uses/compiler.mk

Modified: head/Mk/Uses/compiler.mk
==============================================================================
--- head/Mk/Uses/compiler.mk	Thu Jan  9 06:57:58 2014	(r339201)
+++ head/Mk/Uses/compiler.mk	Thu Jan  9 07:10:02 2014	(r339202)
@@ -36,7 +36,7 @@ VALID_ARGS=	c++11-lib c++11-lang c11 fea
 
 .if ${compiler_ARGS} == c++11-lib
 _COMPILER_ARGS+=	features c++11-lib
-.elif ${compiler_ARGS} == features c++0x
+.elif ${compiler_ARGS} == c++0x
 _COMPILER_ARGS+=	features c++0x
 .elif ${compiler_ARGS} == c++11-lang
 _COMPILER_ARGS+=	features c++11-lang


More information about the svn-ports-all mailing list