diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-08 10:32:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-08 10:32:13 +0000 |
commit | d06e8653a525f9a5f24c0095d92dd608bcf721d8 (patch) | |
tree | 38d5dbc60e6c3cf18feca4196909e8a0f129a6c6 /x11/libunique | |
parent | 8f75236f827c34ceeecf003721ddba4db5044cdb (diff) | |
download | pkgsrc-d06e8653a525f9a5f24c0095d92dd608bcf721d8.tar.gz |
Remove -Werror to fix build with latest glib2.
Diffstat (limited to 'x11/libunique')
-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 |