summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2022-10-06 20:17:43 +0000
committernros <nros@pkgsrc.org>2022-10-06 20:17:43 +0000
commit6d10a81c00c54fb5cb4fab36a96d68427431ac10 (patch)
treeea40d02628cbe388f312de79062ff396d3a78fa0 /finance
parentd6af30c04114ba889a9087014ec4dea121420c05 (diff)
downloadpkgsrc-6d10a81c00c54fb5cb4fab36a96d68427431ac10.tar.gz
bitcoin: bump GCC_REQD to 8 since std::filesystem is needed to make it build
Diffstat (limited to 'finance')
-rw-r--r--finance/bitcoin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/bitcoin/Makefile b/finance/bitcoin/Makefile
index b8d0e246ded..7c46692f524 100644
--- a/finance/bitcoin/Makefile
+++ b/finance/bitcoin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2022/09/29 19:37:12 adam Exp $
+# $NetBSD: Makefile,v 1.55 2022/10/06 20:17:43 nros Exp $
DISTNAME= bitcoin-23.0
CATEGORIES= finance
@@ -12,7 +12,7 @@ LICENSE= mit
RCD_SCRIPTS= bitcoind
USE_LANGUAGES= c c++
-GCC_REQD+= 7 # C++17
+GCC_REQD+= 8 # C++17 and std::filesystem
USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake gmake pkg-config
GNU_CONFIGURE= yes