pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/libwpd



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jan 30 23:37:10 UTC 2018

Modified Files:
        pkgsrc/converters/libwpd: Makefile

Log Message:
libwpd: Add -Wno-tautological-type-limit-compare for clang.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/converters/libwpd/Makefile

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

Modified files:

Index: pkgsrc/converters/libwpd/Makefile
diff -u pkgsrc/converters/libwpd/Makefile:1.41 pkgsrc/converters/libwpd/Makefile:1.42
--- pkgsrc/converters/libwpd/Makefile:1.41      Mon Jan  1 21:18:07 2018
+++ pkgsrc/converters/libwpd/Makefile   Tue Jan 30 23:37:10 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2018/01/01 21:18:07 adam Exp $
+# $NetBSD: Makefile,v 1.42 2018/01/30 23:37:10 jperkin Exp $
 
 DISTNAME=      libwpd-0.10.1
 PKGREVISION=   5
@@ -28,6 +28,7 @@ PKGCONFIG_OVERRIDE+=  libwpd.pc.in
 .if !empty(PKGSRC_COMPILER:Mclang)
 _WRAP_EXTRA_ARGS.CXX+= -Wno-unused-private-field
 CWRAPPERS_APPEND.cxx+= -Wno-unused-private-field
+CWRAPPERS_APPEND.cxx+= -Wno-tautological-type-limit-compare
 .endif
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index