diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-11-12 17:38:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-11-12 17:38:26 +0000 |
commit | 3e9f8351e914562c6010bd85ac1c07708a161053 (patch) | |
tree | bb042772e8f978ca3b7b3e6b6ad1188fb22760e9 /x11-fm | |
parent | 28ec8183db21f76367e85c95645753c109b25cd2 (diff) | |
download | ports-3e9f8351e914562c6010bd85ac1c07708a161053.tar.gz ports-3e9f8351e914562c6010bd85ac1c07708a161053.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/wcmcommander/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/wcmcommander/Makefile b/x11-fm/wcmcommander/Makefile index 5f486b6c14b3..d55d3b977655 100644 --- a/x11-fm/wcmcommander/Makefile +++ b/x11-fm/wcmcommander/Makefile @@ -35,7 +35,7 @@ SSH_CMAKE_BOOL= WITH_LIBSSH2 .include <bsd.port.pre.mk> -.if ${COMPILER_TYPE} == gcc +.if ${CHOSEN_COMPILER_TYPE} == gcc CXXFLAGS+= -D_GLIBCXX_USE_C99 # gcc c++11 support is broken on FreeBSD .endif |