diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-05-06 08:33:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-05-06 08:33:54 +0000 |
commit | a594f4a9d4d1470e3bcc94cc1c1b4a0caa635636 (patch) | |
tree | a48a1ed3e8524aa2982b6e3579799e5033762b02 /comms/obexapp | |
parent | b57321c2a57ce948a091f1de5f1741077b734e85 (diff) | |
download | pkgsrc-a594f4a9d4d1470e3bcc94cc1c1b4a0caa635636.tar.gz |
Disable -Werror for now, the code has too many warnings with gcc4.
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: |