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:   wiz
Date:           Mon Nov 17 07:44:44 UTC 2025

Modified Files:
        pkgsrc/graphics/libv4l: Makefile

Log Message:
libv4l: needs bash to build

Fix pkglint while here


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 pkgsrc/graphics/libv4l/Makefile:1.26
--- pkgsrc/graphics/libv4l/Makefile:1.25        Sat Nov 15 11:57:44 2025
+++ pkgsrc/graphics/libv4l/Makefile     Mon Nov 17 07:44:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2025/11/15 11:57:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2025/11/17 07:44:44 wiz Exp $
 
 LIBV4L_VERS=   1.32.0
 DISTNAME=      v4l-utils-${LIBV4L_VERS}
@@ -16,7 +16,7 @@ FORTIFY_SUPPORTED=    no
 USE_GCC_RUNTIME=       yes
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake perl
+USE_TOOLS+=            bash gmake perl
 
 MESON_ARGS+=   -Dlibdvbv5=disabled
 MESON_ARGS+=   -Dv4l-utils=false
@@ -66,7 +66,7 @@ PLIST_VARS=   needs_videoio
 
 .include "../../mk/compiler.mk"
 
-.if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9]*) || !empty(CC_VERSION:Mgcc-1[0-9].*)
+.if !empty(PKGSRC_COMPILER:Mclang) || ${CC_VERSION:Mgcc-[6-9]*} || ${CC_VERSION:Mgcc-1[0-9].*}
 CPPFLAGS.SunOS+=       -D_XOPEN_SOURCE=600
 .else
 CPPFLAGS.SunOS+=       -D_XOPEN_SOURCE=500



Home | Main Index | Thread Index | Old Index