diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-12-12 03:00:01 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-12-12 03:00:01 +0800 |
commit | f635f3b727c8454d623a083c0a05ae9a03b7a749 (patch) | |
tree | 376af1ced58e1b65f34c521317d61662d08d6480 /net-p2p/bitcoin/Makefile | |
parent | 6aca4f31c06d288d5412bda7f3a76963ac1ac7b8 (diff) | |
download | freebsd-ports-gnome-f635f3b727c8454d623a083c0a05ae9a03b7a749.tar.gz freebsd-ports-gnome-f635f3b727c8454d623a083c0a05ae9a03b7a749.tar.zst freebsd-ports-gnome-f635f3b727c8454d623a083c0a05ae9a03b7a749.zip |
net-p2p/bitcoin: switch to simplier boost 1.72 fix
Suggested by: upstream
Diffstat (limited to 'net-p2p/bitcoin/Makefile')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index fb53918658ab..80b52883d0cc 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${_DISTFILES:N*.png} PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ -PATCHFILES+= 90916ddf17dc.patch:-p1 # https://github.com/bitcoin/bitcoin/pull/17654 +PATCHFILES+= a64e97dd476b.patch:-p1 # https://github.com/bitcoin/bitcoin/pull/17654 MAINTAINER= kbowling@FreeBSD.org COMMENT?= Virtual Peer-to-Peer Currency Client (QT) |