diff options
Diffstat (limited to 'dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild')
-rw-r--r-- | dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild index 7a43019627da..c99fd51237eb 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild @@ -21,6 +21,10 @@ DOCS=( ChangeLog.md README.md ) S=${WORKDIR}/json-${PV} +PATCHES=( + "${FILESDIR}"/${PN}-3.7.3-gcc-10.patch +) + src_configure() { local mycmakeargs=( -DJSON_BuildTests=$(usex test) |