diff options
author | 2020-01-29 22:05:27 +0100 | |
---|---|---|
committer | 2020-01-29 22:05:50 +0100 | |
commit | aec2ea4dc24605b4f334e04aad81f9a2976ea012 (patch) | |
tree | d739ebe953b8a735ac828e99707bfd315138579c /app-editors/teco/teco-36_p19940820.ebuild | |
parent | acct-user/gerbera: Initial commit (diff) | |
download | gentoo-aec2ea4dc24605b4f334e04aad81f9a2976ea012.tar.gz gentoo-aec2ea4dc24605b4f334e04aad81f9a2976ea012.tar.bz2 gentoo-aec2ea4dc24605b4f334e04aad81f9a2976ea012.zip |
app-editors/teco: Fix compilation with -fno-common.
Closes:https://bugs.gentoo.org/707300
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/teco/teco-36_p19940820.ebuild')
-rw-r--r-- | app-editors/teco/teco-36_p19940820.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild index 4f297c289581..4dd048a4f2d5 100644 --- a/app-editors/teco/teco-36_p19940820.ebuild +++ b/app-editors/teco/teco-36_p19940820.ebuild @@ -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=7 @@ -25,6 +25,7 @@ PATCHES=( "${FILESDIR}"/${PN}-double-free.patch "${FILESDIR}"/${PN}-gcc4.patch "${FILESDIR}"/${PN}-warnings.patch + "${FILESDIR}"/${PN}-no-common.patch ) src_prepare() { |