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:   gdt
Date:           Thu Feb  4 19:21:48 UTC 2021

Modified Files:
        pkgsrc/ham/xlog: Makefile

Log Message:
ham/xlog: Add another warning workaround

(Upstream sources do not compile cleanly under clang.)


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 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.92 pkgsrc/ham/xlog/Makefile:1.93
--- pkgsrc/ham/xlog/Makefile:1.92       Thu Feb  4 14:10:07 2021
+++ pkgsrc/ham/xlog/Makefile    Thu Feb  4 19:21:48 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2021/02/04 14:10:07 gdt Exp $
+# $NetBSD: Makefile,v 1.93 2021/02/04 19:21:48 gdt Exp $
 #
 
 DISTNAME=      xlog-2.0.20
@@ -19,8 +19,8 @@ USE_TOOLS+=           gmake pkg-config
 .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 -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
+_WRAP_EXTRA_ARGS.CC+=  -Wno-error=parentheses-equality -Wno-error=tautological-compare -Wno-unknown-warning-option -Wno-deprecated-declarations -Wno-uninitialized
+CWRAPPERS_APPEND.cc+=  -Wno-error=parentheses-equality -Wno-error=tautological-compare -Wno-unknown-warning-option -Wno-deprecated-declarations -Wno-uninitialized
 .endif
 
 # Problematic with 5.5.0 on netbsd-8.



Home | Main Index | Thread Index | Old Index