diff options
Diffstat (limited to 'comms/obexapp')
-rw-r--r-- | comms/obexapp/Makefile | 6 |
1 files 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: |