nheko: disable usage of Werror

This commit is contained in:
John 2019-10-30 22:23:07 +01:00
parent b5d9ecbfdc
commit 454991ca37

View file

@ -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
}