diff options
author | wiz <wiz> | 2012-10-08 10:32:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-10-08 10:32:13 +0000 |
commit | 36b733eb0a6379d33fc63d6f7e8e11f685798bb4 (patch) | |
tree | 38d5dbc60e6c3cf18feca4196909e8a0f129a6c6 /x11 | |
parent | 4dacb59184a3da66b51557f777b52dd12343edbf (diff) | |
download | pkgsrc-36b733eb0a6379d33fc63d6f7e8e11f685798bb4.tar.gz |
Remove -Werror to fix build with latest glib2.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libunique/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libunique/Makefile b/x11/libunique/Makefile index d45b0848f7a..e3301bb584d 100644 --- a/x11/libunique/Makefile +++ b/x11/libunique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/02 17:12:16 tron Exp $ +# $NetBSD: Makefile,v 1.22 2012/10/08 10:32:13 wiz Exp $ # DISTNAME= libunique-1.1.6 @@ -19,6 +19,8 @@ USE_TOOLS+= pkg-config gmake PKGCONFIG_OVERRIDE+= unique.pc.in +BUILDLINK_TRANSFORM+= rm:-Werror + # Workaround for Upstream Bug#562310. # for more detail, see also PR#41475. TOOLS_NOOP+= gtkdoc-rebase |