svn commit: r329859 - head/Mk/Uses
Baptiste Daroussin
bapt at FreeBSD.org
Wed Oct 9 05:45:01 UTC 2013
Author: bapt
Date: Wed Oct 9 05:45:00 2013
New Revision: 329859
URL: http://svnweb.freebsd.org/changeset/ports/329859
Log:
Really really commit the right version
Pointyhat to: bapt
Modified:
head/Mk/Uses/compiler.mk
Modified: head/Mk/Uses/compiler.mk
==============================================================================
--- head/Mk/Uses/compiler.mk Wed Oct 9 04:41:30 2013 (r329858)
+++ head/Mk/Uses/compiler.mk Wed Oct 9 05:45:00 2013 (r329859)
@@ -80,9 +80,9 @@ COMPILER_FEATURES+= ${std}
.endif
.if ${_COMPILER_ARGS:Mc++11-lib}
-.if !${COMPILER_FEATURES:Mc++11-lang}
+.if !${COMPILER_FEATURES:Mc++11}
USE_GCC= yes
-.elif ${COMPILER_TYPE} == clang && ${COMPILER_FEATURES:Mc++11-lib}
+.elif ${COMPILER_TYPE} == clang && ${COMPILER_FEATURES:Mlibstdc++}
USE_GCC= yes
.endif
.endif
More information about the svn-ports-all
mailing list