From 2b8b25e1324ce1bfb181ec7ec1903b1e791907c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 3 Sep 2020 20:16:27 +0200 Subject: [PATCH] rapidjson: fix cross build w/ gcc10 --- srcpkgs/rapidjson/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/rapidjson/template b/srcpkgs/rapidjson/template index c1f3f32ba6d..6bc0b221f88 100644 --- a/srcpkgs/rapidjson/template +++ b/srcpkgs/rapidjson/template @@ -11,6 +11,8 @@ homepage="https://github.com/miloyip/rapidjson" distfiles="https://github.com/miloyip/${pkgname}/archive/v${version}.tar.gz" checksum=bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e +CXXFLAGS="-Wno-type-limits" + post_install() { vlicense license.txt }