summaryrefslogtreecommitdiff
path: root/converters/libwps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/libwps/Makefile')
-rw-r--r--converters/libwps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/libwps/Makefile b/converters/libwps/Makefile
index 9280f1cc5d1..6ff0acf832d 100644
--- a/converters/libwps/Makefile
+++ b/converters/libwps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2014/07/23 06:29:53 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2014/12/01 12:39:16 joerg Exp $
DISTNAME= libwps-0.3.0
CATEGORIES= converters
@@ -22,6 +22,7 @@ BUILDLINK_TRANSFORM+= rm:-Werror
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CXX+= -Wno-unused-private-field -Wno-unused-const-variable
+CWRAPPERS_APPEND.cxx+= -Wno-unused-private-field -Wno-unused-const-variable
.endif
.include "../../converters/librevenge/buildlink3.mk"