dev-cpp/jwt-cpp: Add version 0.4.0.

This older version is required by some dependencies.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
This commit is contained in:
Oliver Freyermuth
2022-02-26 19:37:32 +01:00
parent 77fbcd6c68
commit 38a6090ee3
3 changed files with 70 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DJWT_DISABLE_PICOJSON="$(usex picojson OFF ON)"
# Not useful for now, asks for non-existend CMake module.
# Not useful for now, asks for non-existent CMake module.
#-DJWT_EXTERNAL_PICOJSON="$(usex picojson)"
# Examples are not installed and for development only.
-DJWT_BUILD_EXAMPLES=NO