pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Fix a typo in flag in comment
details: https://anonhg.NetBSD.org/pkgsrc/rev/f3ac1d5bd93d
branches: trunk
changeset: 335653:f3ac1d5bd93d
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed Jun 26 00:22:56 2019 +0000
description:
Fix a typo in flag in comment
diffstat:
mk/compiler.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 372c8035fe16 -r f3ac1d5bd93d mk/compiler.mk
--- a/mk/compiler.mk Tue Jun 25 21:25:24 2019 +0000
+++ b/mk/compiler.mk Wed Jun 26 00:22:56 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.91 2019/02/22 00:06:46 rillig Exp $
+# $NetBSD: compiler.mk,v 1.92 2019/06/26 00:22:56 ryoon Exp $
#
# This Makefile fragment implements handling for supported C/C++/Fortran
# compilers.
@@ -43,7 +43,7 @@
# Declares the languages used in the source code of the package.
# This is used to determine the correct compilers to make
# visible to the build environment, installing them if
-# necessary. Flags such as --std=c++99 are also added.
+# necessary. Flags such as -std=c++99 are also added.
# Valid values are: c, c99, c++, c++03, gnu++03, c++0x, gnu++0x,
# c++11, gnu++11, c++14, gnu++14, fortran, fortran77, java, objc,
# obj-c++, and ada. The default is "c".
Home |
Main Index |
Thread Index |
Old Index