diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-07 12:12:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-07 12:12:53 +0000 |
commit | 25d17f274fed7b8b06616a2133d3c5f9ce8bdcf2 (patch) | |
tree | e290dadff3e1f444bbbd3dee4433a2095a4c51f6 /comms | |
parent | ddd7f5a15db656d4275b37f12034d0d3cb59bb79 (diff) | |
download | pkgsrc-25d17f274fed7b8b06616a2133d3c5f9ce8bdcf2.tar.gz |
Remove -Werror to fix build with latest glib2.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libopensync/Makefile | 3 |
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" |