From 1718fb8b5f07b7e632891daf6b615873d4d4612b Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 17 Dec 2019 17:05:57 +0100 Subject: [PATCH] leatherman: fix build --- srcpkgs/leatherman/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/leatherman/template b/srcpkgs/leatherman/template index 3805d3d461..33ce565c2f 100644 --- a/srcpkgs/leatherman/template +++ b/srcpkgs/leatherman/template @@ -13,4 +13,4 @@ homepage="https://github.com/puppetlabs/leatherman" distfiles="https://github.com/puppetlabs/leatherman/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" checksum=a89e8c01f181cb8edb3fe0b2c5e2f2f04be37ce2bc320389afa4ca2675e49841 -CXXFLAGS+=" -Wno-ignored-qualifiers -Wno-class-memaccess -Wno-catch-value" +CXXFLAGS+=" -Wno-ignored-qualifiers -Wno-class-memaccess -Wno-catch-value -Wno-deprecated-copy"