pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/xlog



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 19 22:18:17 UTC 2019

Modified Files:
        pkgsrc/ham/xlog: Makefile

Log Message:
Ignore unknown warnings and deprecation attributes with clang.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/ham/xlog/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/xlog/Makefile
diff -u pkgsrc/ham/xlog/Makefile:1.82 pkgsrc/ham/xlog/Makefile:1.83
--- pkgsrc/ham/xlog/Makefile:1.82       Sun Nov  3 19:32:08 2019
+++ pkgsrc/ham/xlog/Makefile    Thu Dec 19 22:18:17 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2019/11/03 19:32:08 rillig Exp $
+# $NetBSD: Makefile,v 1.83 2019/12/19 22:18:17 joerg Exp $
 #
 
 DISTNAME=      xlog-2.0.17
@@ -22,8 +22,8 @@ CONFIGURE_ARGS+=      --enable-hamlib
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mclang)
 BUILDLINK_TRANSFORM+=  rm:-Wno-unused-but-set-variable
-_WRAP_EXTRA_ARGS.CC+=  -Wno-error=parentheses-equality -Wno-error=tautological-compare
-CWRAPPERS_APPEND.cc+=  -Wno-error=parentheses-equality -Wno-error=tautological-compare
+_WRAP_EXTRA_ARGS.CC+=  -Wno-error=parentheses-equality -Wno-error=tautological-compare -Wno-unknown-warning-option -Wno-deprecated-declarations
+CWRAPPERS_APPEND.cc+=  -Wno-error=parentheses-equality -Wno-error=tautological-compare -Wno-unknown-warning-option -Wno-deprecated-declarations
 .endif
 
 .include "../../databases/shared-mime-info/buildlink3.mk"



Home | Main Index | Thread Index | Old Index