Wed Mar 27 11:33:00 2024 UTC (81d)
clang: note precise Apple clang version in comment.


(schmonz)
diff -r1.44 -r1.45 pkgsrc/mk/compiler/clang.mk

cvs diff -r1.44 -r1.45 pkgsrc/mk/compiler/clang.mk (expand / switch to context diff)
--- pkgsrc/mk/compiler/clang.mk 2024/03/20 10:47:22 1.44
+++ pkgsrc/mk/compiler/clang.mk 2024/03/27 11:33:00 1.45
@@ -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 @@
 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 \