From 454991ca37253e46b838a4a5503672ebdaac5fa8 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 30 Oct 2019 22:23:07 +0100 Subject: [PATCH] nheko: disable usage of Werror --- srcpkgs/nheko/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template index 74e8a433721..ffbb66a1378 100644 --- a/srcpkgs/nheko/template +++ b/srcpkgs/nheko/template @@ -14,3 +14,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/Nheko-Reborn/nheko" distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz" checksum=5dbe32cb8760cfae6f05644568cabf422a368eec62918839a92e182d508f751e + +pre_patch() { + vsed -e '/Werror/d' -i CMakeLists.txt +}