summaryrefslogtreecommitdiff
path: root/devel/rapidjson/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rapidjson/Makefile')
-rw-r--r--devel/rapidjson/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/rapidjson/Makefile b/devel/rapidjson/Makefile
index 2fcda9455e99..564f52da431c 100644
--- a/devel/rapidjson/Makefile
+++ b/devel/rapidjson/Makefile
@@ -1,7 +1,7 @@
PORTNAME= rapidjson
DISTVERSIONPREFIX= v
-DISTVERSION= 1.1.0-709
-DISTVERSIONSUFFIX= -g06d58b9e
+DISTVERSION= 1.1.0-763
+DISTVERSIONSUFFIX= -g24b5e7a8
CATEGORIES= devel textproc
MAINTAINER= yuri@FreeBSD.org
@@ -51,4 +51,6 @@ post-patch:
post-install:
@${RM} -r ${STAGEDIR}${EXAMPLESDIR}/CMake*
+# Tests fail to compile: implicit instantiation of undefined template 'std::char_traits<unsigned int>', see https://github.com/Tencent/rapidjson/issues/2349
+
.include <bsd.port.mk>