Received: by mail.netbsd.org (Postfix, from userid 605) id 8E82E84E04; Tue, 15 May 2018 16:29:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0EF0684DEB for ; Tue, 15 May 2018 16:29:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HmEsGeoYAcPH for ; Tue, 15 May 2018 16:28:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9E4B184D9E for ; Tue, 15 May 2018 16:28:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9975DFBEC; Tue, 15 May 2018 16:28:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526401739291440" MIME-Version: 1.0 Date: Tue, 15 May 2018 16:28:59 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/graphics/libv4l To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180515162859.9975DFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1526401739291440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue May 15 16:28:59 UTC 2018 Modified Files: pkgsrc/graphics/libv4l: Makefile Log Message: libv4l: Need compiler.mk for CC_VERSION tests. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/libv4l/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526401739291440 Content-Disposition: inline Content-Length: 662 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/libv4l/Makefile diff -u pkgsrc/graphics/libv4l/Makefile:1.15 pkgsrc/graphics/libv4l/Makefile:1.16 --- pkgsrc/graphics/libv4l/Makefile:1.15 Thu Feb 1 10:19:25 2018 +++ pkgsrc/graphics/libv4l/Makefile Tue May 15 16:28:59 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2018/02/01 10:19:25 jperkin Exp $ +# $NetBSD: Makefile,v 1.16 2018/05/15 16:28:59 jperkin Exp $ DISTNAME= libv4l-0.4.3 PKGREVISION= 3 @@ -38,6 +38,8 @@ pre-configure: PLIST_VARS= needs_videoio +.include "../../mk/compiler.mk" + .if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9]*) CPPFLAGS.SunOS+= -D_XOPEN_SOURCE=600 .else --_----------=_1526401739291440--