summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorwiz <wiz>2012-10-07 12:12:53 +0000
committerwiz <wiz>2012-10-07 12:12:53 +0000
commitffda52d9fd2517c651665f7431d4782cc80ba5b1 (patch)
treee290dadff3e1f444bbbd3dee4433a2095a4c51f6 /comms
parent2e7c80bf59288451e5b363988f88d64b50bb21c4 (diff)
downloadpkgsrc-ffda52d9fd2517c651665f7431d4782cc80ba5b1.tar.gz
Remove -Werror to fix build with latest glib2.
Diffstat (limited to 'comms')
-rw-r--r--comms/libopensync/Makefile3
1 files changed, 2 insertions, 1 deletions
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"