pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/libv4l1
Module Name: pkgsrc
Committed By: tnn
Date: Sun Aug 30 06:28:54 UTC 2020
Modified Files:
pkgsrc/graphics/libv4l1: Makefile
Log Message:
libv4l1: Disable Linux-specific things. Sort USE_*.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/libv4l1/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/libv4l1/Makefile
diff -u pkgsrc/graphics/libv4l1/Makefile:1.2 pkgsrc/graphics/libv4l1/Makefile:1.3
--- pkgsrc/graphics/libv4l1/Makefile:1.2 Sun Aug 30 05:41:22 2020
+++ pkgsrc/graphics/libv4l1/Makefile Sun Aug 30 06:28:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/08/30 05:41:22 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2020/08/30 06:28:54 tnn Exp $
LIBV4L_VERS= 1.18.1
DISTNAME= v4l-utils-${LIBV4L_VERS}
@@ -12,13 +12,16 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Video4Linux userspace library
LICENSE= gnu-gpl-v2
-USE_GCC_RUNTIME= yes
-GNU_CONFIGURE= yes
FORTIFY_SUPPORTED= no
-
-USE_TOOLS+= gmake
-USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
+GNU_CONFIGURE= yes
+USE_GCC_RUNTIME= yes
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake
+
+CONFIGURE_ARGS+= --disable-libdvbv5
+CONFIGURE_ARGS+= --disable-nls
+CONFIGURE_ARGS+= --disable-v4l-utils
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index