diff --git a/srcpkgs/kona/template b/srcpkgs/kona/template index e307793f9af..51c99eb203d 100644 --- a/srcpkgs/kona/template +++ b/srcpkgs/kona/template @@ -11,6 +11,8 @@ homepage="https://github.com/kevinlawler/kona" distfiles="https://github.com/kevinlawler/kona/archive/Win.${_distver}.tar.gz" checksum=846b586c89bb18048028a0d623c6322148e366b132ea73b288ea34ef1833d0ed +CFLAGS="-fcommon" + post_extract() { sed -i '/netdb.h/a#include ' src/incs.h }