From 827dd508a899cfddb31d8da7550c9e24623a4cd5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 27 Apr 2021 11:44:19 +0200 Subject: [PATCH] tcsh: update to 6.22.04. --- srcpkgs/tcsh/template | 2 -- 1 file changed, 2 deletions(-) diff --git a/srcpkgs/tcsh/template b/srcpkgs/tcsh/template index 6a54f6f55c5..a107625c799 100644 --- a/srcpkgs/tcsh/template +++ b/srcpkgs/tcsh/template @@ -13,8 +13,6 @@ distfiles="http://ftp.astron.com/pub/${pkgname}/${pkgname}-${version}.tar.gz" checksum=eb16356243218c32f39e07258d72bf8b21e62ce94bb0e8a95e318b151397e231 register_shell="/bin/tcsh /bin/csh" -CFLAGS="-fcommon" - post_extract() { sed -i '/define BSDWAIT/d' sh.proc.c }