aboutsummaryrefslogtreecommitdiffstats
path: root/community/tcsh/6974bc35a5cda6eab748e364bd76a860ca66968b.patch
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2020-11-19 09:36:09 +0000
committerMilan P. Stanić <mps@arvanta.net>2020-11-19 15:41:07 +0000
commit005d991c8d45e66151752e3b6679d2c695db928d (patch)
tree59a4d8ff748475ab6705cda80bf4fa484f9a97cb /community/tcsh/6974bc35a5cda6eab748e364bd76a860ca66968b.patch
parent619f36b23eb48b5950ee049b0ab7c43ade2c8790 (diff)
community/tcsh: upgrade to 6.22.03
add 6974bc35a5cda6eab748e364bd76a860ca66968b.patch from upstream site to fix build
Diffstat (limited to 'community/tcsh/6974bc35a5cda6eab748e364bd76a860ca66968b.patch')
-rw-r--r--community/tcsh/6974bc35a5cda6eab748e364bd76a860ca66968b.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/community/tcsh/6974bc35a5cda6eab748e364bd76a860ca66968b.patch b/community/tcsh/6974bc35a5cda6eab748e364bd76a860ca66968b.patch
new file mode 100644
index 00000000000..b5a0cf0600a
--- /dev/null
+++ b/community/tcsh/6974bc35a5cda6eab748e364bd76a860ca66968b.patch
@@ -0,0 +1,22 @@
+From 6974bc35a5cda6eab748e364bd76a860ca66968b Mon Sep 17 00:00:00 2001
+From: zoulasc <christos@zoulas.com>
+Date: Sat, 11 Jan 2020 11:16:51 -0500
+Subject: [PATCH] Remove extra variable definition that cause -fno-common build
+ to fail (Werner Fink)
+
+---
+ tc.sig.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/tc.sig.c b/tc.sig.c
+index 77659ca..576605a 100644
+--- a/tc.sig.c
++++ b/tc.sig.c
+@@ -56,7 +56,6 @@ int alrmcatch_disabled; /* = 0; */
+ int phup_disabled; /* = 0; */
+ int pchild_disabled; /* = 0; */
+ int pintr_disabled; /* = 0; */
+-int handle_interrupt; /* = 0; */
+
+ int
+ handle_pending_signals(void)