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/phpsview | |
parent | 501b1ae7de124a72f7cbc4c409a27e9f94a30920 (diff) | |
download | pkgsrc-5bda9dbe89e892f7ee6a2f77124309d1adef3728.tar.gz |
ignore warning of debug print
Diffstat (limited to 'graphics/phpsview')
-rw-r--r-- | graphics/phpsview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/phpsview/Makefile b/graphics/phpsview/Makefile index e8d33665fcd..9f2ce7892a7 100644 --- a/graphics/phpsview/Makefile +++ b/graphics/phpsview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/17 13:46:34 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/05/27 02:44:02 hamajima Exp $ # DISTNAME= pwc-9.0.2 @@ -20,6 +20,7 @@ INSTALLATION_DIRS= bin do-build: for f in phpsshot phpsview ; do \ cd ${WRKSRC}/2.4 && ${SETENV} ${MAKE_ENV} \ + NOGCCERROR= \ ${MAKE_PROGRAM} -f ${MAKEFILE}.$$f ; \ done |