diff options
author | xtraeme <xtraeme> | 2007-05-06 08:33:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2007-05-06 08:33:54 +0000 |
commit | 24f507321e6e49860d8d75c1584acb4771592e29 (patch) | |
tree | a48a1ed3e8524aa2982b6e3579799e5033762b02 /comms | |
parent | 8a03b69ad2242320a781dde898c55b5fab9def5e (diff) | |
download | pkgsrc-24f507321e6e49860d8d75c1584acb4771592e29.tar.gz |
Disable -Werror for now, the code has too many warnings with gcc4.
Diffstat (limited to 'comms')
-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: |