From dc9af8b985c3b387cad29d23baa172ca6d34ffa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:47 +0200 Subject: [PATCH] tcsh: needs -fcommon for gcc10 [ci skip] --- srcpkgs/tcsh/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/tcsh/template b/srcpkgs/tcsh/template index 51f8110b08..2979c85923 100644 --- a/srcpkgs/tcsh/template +++ b/srcpkgs/tcsh/template @@ -13,6 +13,8 @@ distfiles="http://ftp.astron.com/pub/${pkgname}/${pkgname}-${version}.tar.gz" checksum=ed287158ca1b00ba477e8ea57bac53609838ebcfd05fcb05ca95021b7ebe885b register_shell="/bin/tcsh /bin/csh" +CFLAGS="-fcommon" + post_extract() { sed -i '/define BSDWAIT/d' sh.proc.c }