logo

overlay

My (experimental) gentoo overlay
commit: b8653e2e85888f95816e347388384cc8fff9a43d
parent: 1bd9365a8f445853ce233238a79a2a5a1e0ed208
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 14 Feb 2019 20:29:43 +0100

app-crypt/netpgp: Remove -Werror (clang fix)

Diffstat:

Mapp-crypt/netpgp/netpgp-20140220.ebuild6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/app-crypt/netpgp/netpgp-20140220.ebuild b/app-crypt/netpgp/netpgp-20140220.ebuild @@ -19,3 +19,9 @@ DEPEND=" sys-libs/zlib " RDEPEND="${DEPEND}" + +src_prepare() { + sed -i 's/WARNCFLAGS="-Werror /WARNCFLAGS="/' configure || die + + default +}