pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/compiler



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Mar 27 11:33:00 UTC 2024

Modified Files:
        pkgsrc/mk/compiler: clang.mk

Log Message:
clang: note precise Apple clang version in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/mk/compiler/clang.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/clang.mk
diff -u pkgsrc/mk/compiler/clang.mk:1.44 pkgsrc/mk/compiler/clang.mk:1.45
--- pkgsrc/mk/compiler/clang.mk:1.44    Wed Mar 20 10:47:22 2024
+++ pkgsrc/mk/compiler/clang.mk Wed Mar 27 11:33:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: clang.mk,v 1.44 2024/03/20 10:47:22 schmonz Exp $
+# $NetBSD: clang.mk,v 1.45 2024/03/27 11:33:00 schmonz Exp $
 #
 # This is the compiler definition for the clang compiler.
 #
@@ -81,9 +81,9 @@ _WRAP_EXTRA_ARGS.CXX+=        -Qunused-argument
 CWRAPPERS_APPEND.cxx+= -Qunused-arguments
 
 .if defined(_PKGSRC_BARRIER)
-# Xcode 12 and upstream Clang 16 have a zealous new default that the
-# wide world of random third-party software isn't ready for. Turn it
-# back off by default.
+# Xcode 12 (Apple clang-1200.0.32.2) and upstream Clang 16 have a
+# zealous new default that the wide world of random third-party software
+# isn't ready for. Turn it back off by default.
 #
 # Packages and users can override via CFLAGS/CPPFLAGS.
 _NOERROR_IMPLICIT_cmd= ${CCPATH} -\#\#\# -E -x c /dev/null \



Home | Main Index | Thread Index | Old Index