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: nia
Date: Mon May 9 15:35:31 UTC 2022
Modified Files:
pkgsrc/mk: bsd.pkg.use.mk
Log Message:
mk: Stop defaulting to -Werror with BSD makefiles outside the NetBSD
source tree
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/mk/bsd.pkg.use.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/bsd.pkg.use.mk
diff -u pkgsrc/mk/bsd.pkg.use.mk:1.70 pkgsrc/mk/bsd.pkg.use.mk:1.71
--- pkgsrc/mk/bsd.pkg.use.mk:1.70 Sat Aug 28 08:07:39 2021
+++ pkgsrc/mk/bsd.pkg.use.mk Mon May 9 15:35:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.use.mk,v 1.70 2021/08/28 08:07:39 nia Exp $
+# $NetBSD: bsd.pkg.use.mk,v 1.71 2022/05/09 15:35:31 nia Exp $
#
# Turn USE_* macros into proper depedency logic. Included near the top of
# bsd.pkg.mk, after bsd.prefs.mk.
@@ -27,9 +27,11 @@ MAKE_ENV+= NOCTF=yes
. endif
. if defined(HAVE_LLVM)
MAKE_ENV+= HAVE_LLVM=${HAVE_LLVM:Q}
+MAKE_ENV+= NOCLANGERROR=1
. endif
. if defined(HAVE_GCC)
MAKE_ENV+= HAVE_GCC=${HAVE_GCC:Q}
+MAKE_ENV+= NOGCCERROR=1
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index