pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/libopensync Remove -Werror to fix build with lat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91c921700622
branches:  trunk
changeset: 609613:91c921700622
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 07 12:12:53 2012 +0000

description:
Remove -Werror to fix build with latest glib2.

diffstat:

 comms/libopensync/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7c0d2a334c34 -r 91c921700622 comms/libopensync/Makefile
--- a/comms/libopensync/Makefile        Sun Oct 07 10:54:39 2012 +0000
+++ b/comms/libopensync/Makefile        Sun Oct 07 12:12:53 2012 +0000
@@ -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 @@
 GNU_CONFIGURE= yes
 
 CONFIGURE_ARGS+=       --disable-python
+BUILDLINK_TRANSFORM+=  rm:-Werror
 
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index