pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/yosys



Module Name:    pkgsrc
Committed By:   thorpej
Date:           Tue Oct 22 05:30:01 UTC 2024

Modified Files:
        pkgsrc/devel/yosys: Makefile

Log Message:
c++ -> c++17, which is what Yosys documents as the build requirement.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/yosys/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/yosys/Makefile
diff -u pkgsrc/devel/yosys/Makefile:1.9 pkgsrc/devel/yosys/Makefile:1.10
--- pkgsrc/devel/yosys/Makefile:1.9     Tue Oct 15 01:32:59 2024
+++ pkgsrc/devel/yosys/Makefile Tue Oct 22 05:30:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/10/15 01:32:59 thorpej Exp $
+# $NetBSD: Makefile,v 1.10 2024/10/22 05:30:01 thorpej Exp $
 
 # XXX Yosys changed their release tag format in 0.45 to just a bare
 # XXX number, sigh.
@@ -22,7 +22,7 @@ LICENSE=      isc
 DEPENDS+=      graphviz-[0-9]*:../../graphics/graphviz
 
 ONLY_FOR_COMPILER=     clang gcc
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++17
 
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/compiler.mk"



Home | Main Index | Thread Index | Old Index