From e1421bc86fda7fa2eeea1ed46405be51538a7005 Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 1 Jan 2020 22:00:37 +0100 Subject: [PATCH] libkqueue: fix build on gcc9 --- srcpkgs/libkqueue/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/libkqueue/template b/srcpkgs/libkqueue/template index 615e47f4e46..491e8f159d0 100644 --- a/srcpkgs/libkqueue/template +++ b/srcpkgs/libkqueue/template @@ -10,6 +10,7 @@ license="ISC, BSD" homepage="https://github.com/mheily/libkqueue" distfiles="https://github.com/mheily/libkqueue/archive/v${version}.tar.gz" checksum=6ef91fb9ffd0630e14ed7e551e64fbe14f1af84fed34f1972cdb703593b6ad1f +CFLAGS="-Wno-error=format-truncation -Wno-error=stringop-overflow" pre_configure() { autoreconf -fi