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:   adam
Date:           Wed Apr  9 11:53:18 UTC 2025

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

Log Message:
clang.mk: removed -Qunused-arguments; fix auto-detect errors in Meson and other hidden but fatal side effects


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 pkgsrc/mk/compiler/clang.mk:1.46
--- pkgsrc/mk/compiler/clang.mk:1.45    Wed Mar 27 11:33:00 2024
+++ pkgsrc/mk/compiler/clang.mk Wed Apr  9 11:53:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: clang.mk,v 1.45 2024/03/27 11:33:00 schmonz Exp $
+# $NetBSD: clang.mk,v 1.46 2025/04/09 11:53:18 adam Exp $
 #
 # This is the compiler definition for the clang compiler.
 #
@@ -74,12 +74,6 @@ PKGSRC_FORTRAN?=gfortran
 .  include "../../mk/compiler/${PKGSRC_FORTRAN}.mk"
 .endif
 
-_WRAP_EXTRA_ARGS.CC+=  -Qunused-arguments
-CWRAPPERS_APPEND.cc+=  -Qunused-arguments
-CWRAPPERS_PREPEND.cc+= -Qunused-arguments
-_WRAP_EXTRA_ARGS.CXX+= -Qunused-arguments
-CWRAPPERS_APPEND.cxx+= -Qunused-arguments
-
 .if defined(_PKGSRC_BARRIER)
 # 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



Home | Main Index | Thread Index | Old Index