diff options
author | tron <tron@pkgsrc.org> | 2011-07-20 21:48:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-07-20 21:48:29 +0000 |
commit | a58e34f88886b218f445f593672512433d16942d (patch) | |
tree | e793c905bc0d14bf14e08bac596fc9efd3680375 /benchmarks | |
parent | 07a568722f7b16e719aa4798b841d1f95c99afe0 (diff) | |
download | pkgsrc-a58e34f88886b218f445f593672512433d16942d.tar.gz |
Make compiler warnings non-fatal to fix the build under NetBSD-current.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/ttcp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index 28d59c8c98c..48f1bd11eeb 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/07/11 10:35:09 tron Exp $ +# $NetBSD: Makefile,v 1.18 2011/07/20 21:48:29 tron Exp $ DISTNAME= ttcp PKGNAME= ${DISTNAME}-1.12 @@ -16,6 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir USE_BSD_MAKEFILE= yes +MAKE_ENV+= NOGCCERROR=yes WRKSRC= ${WRKDIR} .include "../../mk/bsd.prefs.mk" |