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: Wed Mar 21 09:22:42 UTC 2018
Modified Files:
pkgsrc/converters/libwpd: Makefile
Log Message:
libwpd: Add -Wno-unknown-warning-option to support older clang.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 pkgsrc/converters/libwpd/Makefile:1.43
--- pkgsrc/converters/libwpd/Makefile:1.42 Tue Jan 30 23:37:10 2018
+++ pkgsrc/converters/libwpd/Makefile Wed Mar 21 09:22:42 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2018/01/30 23:37:10 jperkin Exp $
+# $NetBSD: Makefile,v 1.43 2018/03/21 09:22:42 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-unknown-warning-option
CWRAPPERS_APPEND.cxx+= -Wno-tautological-type-limit-compare
.endif
Home |
Main Index |
Thread Index |
Old Index