pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libv4l libv4l: Need compiler.mk ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/766eebcb4cae
branches:  trunk
changeset: 307989:766eebcb4cae
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue May 15 16:28:59 2018 +0000

description:
libv4l: Need compiler.mk for CC_VERSION tests.

diffstat:

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

diffs (18 lines):

diff -r d3c7938ec84f -r 766eebcb4cae graphics/libv4l/Makefile
--- a/graphics/libv4l/Makefile  Tue May 15 15:56:31 2018 +0000
+++ b/graphics/libv4l/Makefile  Tue May 15 16:28:59 2018 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index