pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cad/kicad
Module Name: pkgsrc
Committed By: gdt
Date: Sat Mar 4 14:36:36 UTC 2023
Modified Files:
pkgsrc/cad/kicad: Makefile
Log Message:
cad/kicad: Require gcc 9
While <charconv> works with 8, std::filesystem doesn't, and does build
with 9.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/cad/kicad/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cad/kicad/Makefile
diff -u pkgsrc/cad/kicad/Makefile:1.74 pkgsrc/cad/kicad/Makefile:1.75
--- pkgsrc/cad/kicad/Makefile:1.74 Mon Feb 27 13:59:14 2023
+++ pkgsrc/cad/kicad/Makefile Sat Mar 4 14:36:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2023/02/27 13:59:14 gdt Exp $
+# $NetBSD: Makefile,v 1.75 2023/03/04 14:36:36 gdt Exp $
#
V= 7.0.0
@@ -19,7 +19,8 @@ DEPENDS+= git-base-[0-9]*:../../devel/gi
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++17
-GCC_REQD+= 8
+# charconv (8), std::filesystem (9)
+GCC_REQD+= 9
USE_CMAKE= yes
USE_TOOLS+= pkg-config msgfmt msgmerge xgettext
Home |
Main Index |
Thread Index |
Old Index