aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>