pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libv4l



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.

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



Home | Main Index | Thread Index | Old Index