diff options
author | joerg <joerg> | 2013-02-26 11:00:04 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-02-26 11:00:04 +0000 |
commit | f9d84cb8186c7bef0f661966a34cebb62bf600a3 (patch) | |
tree | f3c482eab0b25e768bfd1182a261b978127658eb /wm | |
parent | b29cea23390fb5df35baa5c1d6341faa68557879 (diff) | |
download | pkgsrc-f9d84cb8186c7bef0f661966a34cebb62bf600a3.tar.gz |
Make a few warnings non-fatal with clang.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fluxconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/fluxconf/Makefile b/wm/fluxconf/Makefile index d1b151eda89..482d53c5e32 100644 --- a/wm/fluxconf/Makefile +++ b/wm/fluxconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2013/02/16 11:24:46 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2013/02/26 11:00:04 joerg Exp $ # DISTNAME= fluxconf-0.9.9 @@ -19,7 +19,7 @@ USE_TOOLS+= msgfmt pkg-config .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) -CFLAGS+= -Wno-error=invalid-source-encoding +_WRAP_EXTRA_ARGS.CC+= -Wno-error=invalid-source-encoding -Wno-error=format-security -Wno-error=self-assign .endif .include "../../devel/gettext-lib/buildlink3.mk" |