From a594f4a9d4d1470e3bcc94cc1c1b4a0caa635636 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sun, 6 May 2007 08:33:54 +0000 Subject: Disable -Werror for now, the code has too many warnings with gcc4. --- comms/obexapp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index 31b7d64e0b6..bfe3c05fae1 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -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 @@ SUBST_SED.var= -e "s|/var|${VARBASE}|" # 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: -- cgit v1.2.3