pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/bitcoin bitcoin: bump GCC_REQD to 8 since std:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa72e769de9f
branches:  trunk
changeset: 386370:fa72e769de9f
user:      nros <nros%pkgsrc.org@localhost>
date:      Thu Oct 06 20:17:43 2022 +0000

description:
bitcoin: bump GCC_REQD to 8 since std::filesystem is needed to make it build

diffstat:

 finance/bitcoin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4bfdf5517e6f -r fa72e769de9f finance/bitcoin/Makefile
--- a/finance/bitcoin/Makefile  Thu Oct 06 19:47:12 2022 +0000
+++ b/finance/bitcoin/Makefile  Thu Oct 06 20:17:43 2022 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index