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 11:29:50 UTC 2024

Modified Files:
        pkgsrc/devel/yosys: Makefile

Log Message:
Set USE_CXX_FEATURES to c++17, as this is the language variant specified
in the Yosys documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/devel/yosys/Makefile:1.12
--- pkgsrc/devel/yosys/Makefile:1.11    Tue Oct 22 05:31:32 2024
+++ pkgsrc/devel/yosys/Makefile Tue Oct 22 11:29:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/10/22 05:31:32 thorpej Exp $
+# $NetBSD: Makefile,v 1.12 2024/10/22 11:29:50 thorpej Exp $
 
 # XXX Yosys changed their release tag format in 0.45 to just a bare
 # XXX number, sigh.
@@ -23,6 +23,7 @@ DEPENDS+=     graphviz-[0-9]*:../../graphics
 
 ONLY_FOR_COMPILER=     clang gcc
 USE_LANGUAGES=         c c++
+USE_CXX_FEATURES=      c++17
 
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/compiler.mk"



Home | Main Index | Thread Index | Old Index