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 | |
parent | 501b1ae7de124a72f7cbc4c409a27e9f94a30920 (diff) | |
download | pkgsrc-5bda9dbe89e892f7ee6a2f77124309d1adef3728.tar.gz |
ignore warning of debug print
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cnxtview/Makefile | 3 | ||||
-rw-r--r-- | graphics/phpsview/Makefile | 3 | ||||
-rw-r--r-- | graphics/qcamview/Makefile | 3 | ||||
-rw-r--r-- | graphics/snx101view/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/graphics/cnxtview/Makefile b/graphics/cnxtview/Makefile index 525b23d27ea..532e4a0229c 100644 --- a/graphics/cnxtview/Makefile +++ b/graphics/cnxtview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/04/17 13:46:30 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2006/05/27 02:43:50 hamajima Exp $ # DISTNAME= cnxtutil-0.00-alpha @@ -11,6 +11,7 @@ MAINTAINER= hamajima@NetBSD.org HOMEPAGE= http://www.medias.ne.jp/~takam/bsd/NetBSD.html#webcamnote COMMENT= Creative WEBCAM Notebook Utility Programs +MAKE_ENV+= NOGCCERROR= .include "../../graphics/imlib/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" 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 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 diff --git a/graphics/snx101view/Makefile b/graphics/snx101view/Makefile index 681f6971e84..66e69489247 100644 --- a/graphics/snx101view/Makefile +++ b/graphics/snx101view/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/04/17 13:46:36 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/05/27 02:44:21 hamajima Exp $ # DISTNAME= snx101util-0.2 @@ -10,6 +10,7 @@ MAINTAINER= hamajima@NetBSD.org HOMEPAGE= http://www.medias.ne.jp/~takam/bsd/NetBSD.html#sonix COMMENT= USB Webcam based sonix SN9C101 chip Utility Programs +MAKE_ENV+= NOGCCERROR= .include "../../graphics/imlib/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" |