diff options
-rw-r--r-- | converters/libwps/Makefile | 4 |
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" |