From 2d4a5916209007f18f805b4b7d092a23e015c3b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 9 Feb 2021 19:31:18 +0100 Subject: [PATCH] leatherman: fix build w/ gcc-10.2.1pre1 --- srcpkgs/leatherman/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/leatherman/template b/srcpkgs/leatherman/template index c4c5089c84..e8b2080deb 100644 --- a/srcpkgs/leatherman/template +++ b/srcpkgs/leatherman/template @@ -14,7 +14,7 @@ distfiles="https://github.com/puppetlabs/leatherman/archive/${version}.tar.gz>${ checksum=0d470b6f3240bc605f48631546dd77c814116b1ff6b2a36aa9f395c4a4eab319 python_version=3 -CXXFLAGS+=" -Wno-ignored-qualifiers -Wno-class-memaccess -Wno-catch-value -Wno-deprecated-copy" +CXXFLAGS="-Wno-ignored-qualifiers -Wno-class-memaccess -Wno-catch-value -Wno-deprecated-copy -Wno-type-limits" leatherman-devel_package() { short_desc+=" - development files"