summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-11-01 19:36:05 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-01 19:36:05 +0100
commit083397d51c3f9bcbaf890477633ee33660e9155f (patch)
treed88d2cba27f2db74ab4c94135f4ce1ae4989d418 /sci-biology/embassy-phylipnew/embassy-phylipnew-3.69.660.ebuild
parentsci-biology/gmap: Remove old 2015.12.31.5 (diff)
downloadgentoo-083397d51c3f9bcbaf890477633ee33660e9155f.tar.gz
gentoo-083397d51c3f9bcbaf890477633ee33660e9155f.tar.bz2
gentoo-083397d51c3f9bcbaf890477633ee33660e9155f.zip
sci-biology/embassy-phylipnew: Fix -fno-common
Closes: https://bugs.gentoo.org/706414 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology/embassy-phylipnew/embassy-phylipnew-3.69.660.ebuild')
-rw-r--r--sci-biology/embassy-phylipnew/embassy-phylipnew-3.69.660.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-biology/embassy-phylipnew/embassy-phylipnew-3.69.660.ebuild b/sci-biology/embassy-phylipnew/embassy-phylipnew-3.69.660.ebuild
index 3ac088ed6ef9..c5ba6a540bfc 100644
--- a/sci-biology/embassy-phylipnew/embassy-phylipnew-3.69.660.ebuild
+++ b/sci-biology/embassy-phylipnew/embassy-phylipnew-3.69.660.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=6
@@ -14,4 +14,7 @@ LICENSE+=" free-noncomm"
KEYWORDS="~amd64 ~x86 ~x86-linux"
S="${WORKDIR}/PHYLIPNEW-3.69.650"
-PATCHES=( "${FILESDIR}"/${PN}-3.69.650_fix-build-system.patch )
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.69.650_fix-build-system.patch
+ "${FILESDIR}"/${PN}-3.69.650-fno-common.patch
+)