aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-12-12 03:04:12 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-12-12 03:04:12 +0000
commit17c60958994ba28d9fd5a91d88e59c55b00362fe (patch)
tree167015931d8eb28d15b042e6146988570437e2b8
parentcf27db6fea3ba28cad5f5fa6c5df065dd80bc0ac (diff)
downloadports-17c60958994ba28d9fd5a91d88e59c55b00362fe.tar.gz
ports-17c60958994ba28d9fd5a91d88e59c55b00362fe.zip
MFH: r456088
devel/spdlog: require C++11 toolchain (on powerpc*, mips*, sparc*) CMake Error in tests/CMakeLists.txt: Target "catch_tests" requires the language dialect "CXX11" (with compiler extensions), but CMake does not know the compile flags to use to enable it. tests/includes.h:7:10: fatal error: 'chrono' file not found #include <chrono> ^~~~~~~~ 1 error generated. Reported by: pkg-fallout (mips64) Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2017Q4/; revision=456090
-rw-r--r--devel/spdlog/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/spdlog/Makefile b/devel/spdlog/Makefile
index 69533a9a1fe3..6e64a9a5037e 100644
--- a/devel/spdlog/Makefile
+++ b/devel/spdlog/Makefile
@@ -12,11 +12,9 @@ COMMENT= Super fast C++ logging library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_powerpc64= fails to compile: includes.h: error: chrono: No such file or directory
-
USE_GITHUB= yes
GH_ACCOUNT= gabime
-USES= cmake dos2unix pathfix
+USES= cmake compiler:c++11-lib dos2unix pathfix
.include <bsd.port.mk>