pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/openfst openfst: fix build by setting GCC_REQD to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cb2ab2985c1
branches:  trunk
changeset: 386617:7cb2ab2985c1
user:      nros <nros%pkgsrc.org@localhost>
date:      Tue Oct 11 16:35:49 2022 +0000

description:
openfst: fix build by setting GCC_REQD to 8 since it needs <charconv>

diffstat:

 math/openfst/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e18df2c49998 -r 7cb2ab2985c1 math/openfst/Makefile
--- a/math/openfst/Makefile     Tue Oct 11 15:23:28 2022 +0000
+++ b/math/openfst/Makefile     Tue Oct 11 16:35:49 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/06/07 07:58:23 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/10/11 16:35:49 nros Exp $
 
 DISTNAME=      openfst-1.8.2
 CATEGORIES=    math
@@ -12,6 +12,7 @@
 USE_LANGUAGES= c c++17
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
+GCC_REQD+=     8 # needs <charconv> for from_chars
 
 .include "../../mk/dlopen.buildlink3.mk"
 BUILDLINK_TRANSFORM+=  opt:-ldl:${BUILDLINK_LDADD.dl:M*}



Home | Main Index | Thread Index | Old Index