pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/obexapp Disable -Werror for now, the code has to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f8d6706c284
branches:  trunk
changeset: 528511:1f8d6706c284
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun May 06 08:33:54 2007 +0000

description:
Disable -Werror for now, the code has too many warnings with gcc4.

diffstat:

 comms/obexapp/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8d2b6d5511ad -r 1f8d6706c284 comms/obexapp/Makefile
--- a/comms/obexapp/Makefile    Sun May 06 00:29:54 2007 +0000
+++ b/comms/obexapp/Makefile    Sun May 06 08:33:54 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/03/01 21:39:08 plunky Exp $
+# $NetBSD: Makefile,v 1.7 2007/05/06 08:33:54 xtraeme Exp $
 #
 
 DISTNAME=      obexapp-1.4.5
@@ -29,8 +29,8 @@
 # Sigh, this needs the GNU libiconv.
 USE_GNU_ICONV=         yes
 
-# Sigh... too many warnings with GCC 4.x, disable them for now.
-CFLAGS+=               -w
+# Too many warnings with gcc4, disable them for now.
+BUILDLINK_TRANSFORM+=  rm:-Werror
 
 # because the directory name conflicts with the rc.d script
 post-extract:



Home | Main Index | Thread Index | Old Index