pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/openfst
Module Name: pkgsrc
Committed By: nros
Date: Tue Oct 11 16:35:49 UTC 2022
Modified Files:
pkgsrc/math/openfst: Makefile
Log Message:
openfst: fix build by setting GCC_REQD to 8 since it needs <charconv>
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/openfst/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/openfst/Makefile
diff -u pkgsrc/math/openfst/Makefile:1.6 pkgsrc/math/openfst/Makefile:1.7
--- pkgsrc/math/openfst/Makefile:1.6 Tue Jun 7 07:58:23 2022
+++ pkgsrc/math/openfst/Makefile Tue Oct 11 16:35:49 2022
@@ -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 @@ LICENSE= apache-2.0
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