diff options
author | hamajima <hamajima@pkgsrc.org> | 2006-05-27 02:43:50 +0000 |
---|---|---|
committer | hamajima <hamajima@pkgsrc.org> | 2006-05-27 02:43:50 +0000 |
commit | 5bda9dbe89e892f7ee6a2f77124309d1adef3728 (patch) | |
tree | 73403146ae40a810911f25347dba4f9b1aab47f0 /graphics/qcamview | |
parent | 501b1ae7de124a72f7cbc4c409a27e9f94a30920 (diff) | |
download | pkgsrc-5bda9dbe89e892f7ee6a2f77124309d1adef3728.tar.gz |
ignore warning of debug print
Diffstat (limited to 'graphics/qcamview')
-rw-r--r-- | graphics/qcamview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/qcamview/Makefile b/graphics/qcamview/Makefile index 664639b86e2..b890757f9f8 100644 --- a/graphics/qcamview/Makefile +++ b/graphics/qcamview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/04/17 13:46:35 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/27 02:44:12 hamajima Exp $ # DISTNAME= qce-ga-0.40d @@ -19,6 +19,7 @@ COMMENT= Logitech Quickcam Express USB Utilities do-build: for f in qcamshot qcamview ; do \ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ + NOGCCERROR= \ ${MAKE_PROGRAM} -f ${MAKEFILE}.$$f ; \ done |