summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-04-26 12:26:31 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-04-26 16:36:51 +0300
commit4c75fdfd05d90051b7d648613af63a6be4624773 (patch)
tree1f339cd7c68dd27ada92868b8527d20d4ae4b7f3 /dev-util/bitcoin-tx/files
parentmedia-gfx/zbar: remove unused patch (diff)
downloadgentoo-4c75fdfd05d90051b7d648613af63a6be4624773.tar.gz
gentoo-4c75fdfd05d90051b7d648613af63a6be4624773.tar.bz2
gentoo-4c75fdfd05d90051b7d648613af63a6be4624773.zip
dev-util/bitcoin-tx: remove unused patch
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/bitcoin-tx/files')
-rw-r--r--dev-util/bitcoin-tx/files/0.17.1-no-libevent.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-util/bitcoin-tx/files/0.17.1-no-libevent.patch b/dev-util/bitcoin-tx/files/0.17.1-no-libevent.patch
deleted file mode 100644
index b0e4a9548755..000000000000
--- a/dev-util/bitcoin-tx/files/0.17.1-no-libevent.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -1101,7 +1101,7 @@ if test x$use_pkgconfig = xyes; then
- if test x$use_qr != xno; then
- BITCOIN_QT_CHECK([PKG_CHECK_MODULES([QR], [libqrencode], [have_qrencode=yes], [have_qrencode=no])])
- fi
-- if test x$build_bitcoin_cli$build_bitcoin_tx$build_bitcoind$bitcoin_enable_qt$use_tests != xnonononono; then
-+ if test x$build_bitcoin_cli$build_bitcoind$bitcoin_enable_qt$use_tests != xnononono; then
- PKG_CHECK_MODULES([EVENT], [libevent],, [AC_MSG_ERROR(libevent not found.)])
- if test x$TARGET_OS != xwindows; then
- PKG_CHECK_MODULES([EVENT_PTHREADS], [libevent_pthreads],, [AC_MSG_ERROR(libevent_pthreads not found.)])
-@@ -1126,7 +1126,7 @@ else
- AC_CHECK_HEADER([openssl/ssl.h],, AC_MSG_ERROR(libssl headers missing),)
- AC_CHECK_LIB([ssl], [main],SSL_LIBS=-lssl, AC_MSG_ERROR(libssl missing))
-
-- if test x$build_bitcoin_cli$build_bitcoin_tx$build_bitcoind$bitcoin_enable_qt$use_tests != xnonononono; then
-+ if test x$build_bitcoin_cli$build_bitcoind$bitcoin_enable_qt$use_tests != xnononono; then
- AC_CHECK_HEADER([event2/event.h],, AC_MSG_ERROR(libevent headers missing),)
- AC_CHECK_LIB([event],[main],EVENT_LIBS=-levent,AC_MSG_ERROR(libevent missing))
- if test x$TARGET_OS != xwindows; then