diff options
Diffstat (limited to 'converters/libwps/Makefile')
-rw-r--r-- | converters/libwps/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/libwps/Makefile b/converters/libwps/Makefile index a4a85ab5105..27b63970e4d 100644 --- a/converters/libwps/Makefile +++ b/converters/libwps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/05/13 18:54:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.13 2014/06/01 04:01:06 ryoon Exp $ DISTNAME= libwps-0.2.4 CATEGORIES= converters @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-docs PKGCONFIG_OVERRIDE+= libwps-0.2.pc.in +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 |