pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/cnxtview Does not build on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f31e9945b51
branches:  trunk
changeset: 518733:7f31e9945b51
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 16 10:45:39 2006 +0000

description:
Does not build on Solaris.

diffstat:

 graphics/cnxtview/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2b1a513ba57a -r 7f31e9945b51 graphics/cnxtview/Makefile
--- a/graphics/cnxtview/Makefile        Sat Sep 16 10:34:46 2006 +0000
+++ b/graphics/cnxtview/Makefile        Sat Sep 16 10:45:39 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/05/27 02:43:50 hamajima Exp $
+# $NetBSD: Makefile,v 1.9 2006/09/16 10:45:39 rillig Exp $
 #
 
 DISTNAME=      cnxtutil-0.00-alpha
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://www.medias.ne.jp/~takam/bsd/NetBSD.html#webcamnote
 COMMENT=       Creative WEBCAM Notebook Utility Programs
 
+NOT_FOR_PLATFORM=      SunOS-*-*       # needs <err.h> and <dev/usb/usb.h>
+
 MAKE_ENV+=     NOGCCERROR=
 
 .include "../../graphics/imlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index