summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2020-04-10 17:33:36 +0000
committerCraig Andrews <candrews@gentoo.org>2020-04-10 13:54:04 -0400
commita2b367de540c733ff6ed2fab485496153d9de524 (patch)
treeb69ab82b523adf9ee7c49b451f2726265ee2f1f3 /dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild
parentnet-libs/libssh: arm64 stable (bug #716788) (diff)
downloadgentoo-a2b367de540c733ff6ed2fab485496153d9de524.tar.gz
gentoo-a2b367de540c733ff6ed2fab485496153d9de524.tar.bz2
gentoo-a2b367de540c733ff6ed2fab485496153d9de524.zip
dev-util/bitcoin-tx-0.19.1: Fix build without libevent
Closes: https://bugs.gentoo.org/715268 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Closes: https://github.com/gentoo/gentoo/pull/15291 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild')
-rw-r--r--dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild
index be2207338435..b19f22a49f55 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild
@@ -60,6 +60,8 @@ src_prepare() {
eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
fi
+ eapply "${FILESDIR}/${PV}-no-libevent.patch"
+
eapply_user
echo '#!/bin/true' >share/genbuild.sh || die