diff options
| author | christos <christos@NetBSD.org> | 2006-11-10 17:36:08 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-11-10 17:36:08 +0000 |
| commit | 98e199228a462b40f9c545fb9dd12c284a7a2589 (patch) | |
| tree | cf99288803a46fca0ce4f93d46e9d940d1da56a8 /gnu/usr.bin/diffutils/diff | |
| parent | e81129f4928baa902392d4058a14d0c1500a1004 (diff) | |
Sprinkle -Wno-stack-protector. Gnu programs use too much alloca :-)
Diffstat (limited to 'gnu/usr.bin/diffutils/diff')
| -rw-r--r-- | gnu/usr.bin/diffutils/diff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/diffutils/diff/Makefile b/gnu/usr.bin/diffutils/diff/Makefile index c4dc583af98..63c758d650b 100644 --- a/gnu/usr.bin/diffutils/diff/Makefile +++ b/gnu/usr.bin/diffutils/diff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/26 00:40:40 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2006/11/10 17:36:08 christos Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -15,5 +15,7 @@ LDADD+= ${LIBDIFFUTILS} INFOFLAGS= -I${IDIST}/doc TEXINFO= diff.texi +COPTS.ifdef.c = -Wno-stack-protector + .include <bsd.info.mk> .include <bsd.prog.mk> |
