app-shells/tcsh-6.21.00-r1: fix compilation with GCC 10/-fno-common
authorFabian Groffen <grobian@gentoo.org>
Sun, 26 Jan 2020 08:45:00 +0000 (09:45 +0100)
committerFabian Groffen <grobian@gentoo.org>
Sun, 26 Jan 2020 08:45:18 +0000 (09:45 +0100)
Closes: https://bugs.gentoo.org/706316
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
app-shells/tcsh/files/tcsh-6.21.00-fno-common.patch [new file with mode: 0644]
app-shells/tcsh/tcsh-6.21.00-r1.ebuild [moved from app-shells/tcsh/tcsh-6.21.00.ebuild with 96% similarity]

diff --git a/app-shells/tcsh/files/tcsh-6.21.00-fno-common.patch b/app-shells/tcsh/files/tcsh-6.21.00-fno-common.patch
new file mode 100644 (file)
index 0000000..b5a0cf0
--- /dev/null
@@ -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)
similarity index 96%
rename from app-shells/tcsh/tcsh-6.21.00.ebuild
rename to app-shells/tcsh/tcsh-6.21.00-r1.ebuild
index 8085148f47f90019e8c6381f37924cf6aafd0fc5..8adadc2e6cc4a053cb53071009a7f4cecec09fd0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -34,6 +34,7 @@ PATCHES=(
        "${FILESDIR}"/${PN}-6.18.01-aix.patch
        "${FILESDIR}"/${PN}-6.21.00-no-nls.patch
        "${FILESDIR}"/${PN}-6.21.00-use-ncurses.patch
+       "${FILESDIR}"/${PN}-6.21.00-fno-common.patch # upstream
 )
 
 src_prepare() {