summaryrefslogtreecommitdiff
path: root/converters/libwps
diff options
context:
space:
mode:
authorjoerg <joerg>2013-09-29 10:17:34 +0000
committerjoerg <joerg>2013-09-29 10:17:34 +0000
commit9a486eafb5e50960928e6bcd477e75d4da3e90a1 (patch)
treef827e749eecab0feabf969d5dda7f6603b69917d /converters/libwps
parent580b3efab259c7c55248a7c9d0fdddc816f318cb (diff)
downloadpkgsrc-9a486eafb5e50960928e6bcd477e75d4da3e90a1.tar.gz
Continue on unused constants for Clang.
Diffstat (limited to 'converters/libwps')
-rw-r--r--converters/libwps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libwps/Makefile b/converters/libwps/Makefile
index 480d088f5c0..bd4eaf3c96b 100644
--- a/converters/libwps/Makefile
+++ b/converters/libwps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/10/20 22:04:50 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2013/09/29 10:17:34 joerg Exp $
DISTNAME= libwps-0.2.4
CATEGORIES= converters
@@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= libwps-0.2.pc.in
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
-_WRAP_EXTRA_ARGS.CXX+= -Wno-unused-private-field
+_WRAP_EXTRA_ARGS.CXX+= -Wno-unused-private-field -Wno-unused-const-variable
.endif
.include "../../converters/libwpd/buildlink3.mk"