aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
index 7c8eec1a7..d4ae93742 100644
--- a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
+++ b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
@@ -76,6 +76,10 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}/c++"
# ncbi-blast-2.2.30+-src/c++
+PATCHES=(
+ "${FILESDIR}"/"${P}"__fix_lib_deps.patch
+)
+
src_prepare() {
# filter-ldflags -Wl,--as-needed
# append-ldflags -Wl,--no-undefined
@@ -117,7 +121,6 @@ src_prepare() {
## epatch ${PATCHES[@]}
# use a Debian patch from http://anonscm.debian.org/viewvc/debian-med/trunk/packages/ncbi-blast%2B/trunk/debian/patches/fix_lib_deps?revision=18535&view=markup
- epatch "${FILESDIR}"/"${P}"__fix_lib_deps.patch
# make sure this one is the last one and contains the actual patches applied unless we can have autoconf-2.59 or 2.60
# https://bugs.gentoo.org/show_bug.cgi?id=514706