pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/bsdec2-image-upload



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Dec 21 23:45:22 UTC 2019

Modified Files:
        pkgsrc/sysutils/bsdec2-image-upload: Makefile

Log Message:
Disable some warnings for clang.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/bsdec2-image-upload/Makefile

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

Modified files:

Index: pkgsrc/sysutils/bsdec2-image-upload/Makefile
diff -u pkgsrc/sysutils/bsdec2-image-upload/Makefile:1.2 pkgsrc/sysutils/bsdec2-image-upload/Makefile:1.3
--- pkgsrc/sysutils/bsdec2-image-upload/Makefile:1.2    Wed May 22 08:58:39 2019
+++ pkgsrc/sysutils/bsdec2-image-upload/Makefile        Sat Dec 21 23:45:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/05/22 08:58:39 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/21 23:45:22 joerg Exp $
 
 GITHUB_PROJECT=        bsdec2-image-upload
 DISTNAME=      1.2.2
@@ -22,6 +22,9 @@ CFLAGS+=      -DCERTFILE=\"${PREFIX}/share/mo
 CFLAGS+=       -Wno-error=pointer-sign \
                -Wno-error=maybe-uninitialized \
                -Wno-error=discarded-qualifiers
+.elif !empty(PKGSRC_COMPILER:Mclang)
+CFLAGS+=       -Wno-unknown-warning-option -Wno-pointer-sign \
+               -Wno-incompatible-pointer-types-discards-qualifiers
 .endif
 
 INSTALLATION_DIRS+=    bin



Home | Main Index | Thread Index | Old Index