From 25d17f274fed7b8b06616a2133d3c5f9ce8bdcf2 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 7 Oct 2012 12:12:53 +0000 Subject: Remove -Werror to fix build with latest glib2. --- comms/libopensync/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'comms') diff --git a/comms/libopensync/Makefile b/comms/libopensync/Makefile index 5d52d9b39b6..9c1433a04c3 100644 --- a/comms/libopensync/Makefile +++ b/comms/libopensync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/10/03 11:24:41 asau Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/07 12:12:53 wiz Exp $ # DISTNAME= libopensync-0.22 @@ -17,6 +17,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-python +BUILDLINK_TRANSFORM+= rm:-Werror .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" -- cgit v1.2.3