pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk
Module Name: pkgsrc
Committed By: triaxx
Date: Tue Jan 21 17:34:46 UTC 2025
Modified Files:
pkgsrc/mk: compiler.mk
Log Message:
Fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/mk/compiler.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/compiler.mk
diff -u pkgsrc/mk/compiler.mk:1.111 pkgsrc/mk/compiler.mk:1.112
--- pkgsrc/mk/compiler.mk:1.111 Sat Jan 27 00:03:49 2024
+++ pkgsrc/mk/compiler.mk Tue Jan 21 17:34:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.111 2024/01/27 00:03:49 wiz Exp $
+# $NetBSD: compiler.mk,v 1.112 2025/01/21 17:34:46 triaxx Exp $
#
# This Makefile fragment implements handling for supported C/C++/Fortran
# compilers.
@@ -60,7 +60,7 @@
# dialect (e.g. c++17) in USE_LANGUAGES. This both requires a
# compiler that supports that dialect, and adds -std= flags via
# the wrappers. (Instead, following the documentation below,
-# the language dialect should be added to USE_C_FEATURES or
+# the language dialect should be added to USE_CC_FEATURES or
# USE_CXX_FEATURES to require a compiler with support, and if
# the package does not add -std flags itself, then FORCE_C_STD
# or FORCE_CXX_STD should be set.)
Home |
Main Index |
Thread Index |
Old Index