Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/libv4l1 libv4l1: Disable Linux-specific thing...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e3d2b9ecf0b3
branches: trunk
changeset: 437693:e3d2b9ecf0b3
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Aug 30 06:28:54 2020 +0000
description:
libv4l1: Disable Linux-specific things. Sort USE_*.
diffstat:
graphics/libv4l1/Makefile | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diffs (31 lines):
diff -r 3ee9193799f7 -r e3d2b9ecf0b3 graphics/libv4l1/Makefile
--- a/graphics/libv4l1/Makefile Sun Aug 30 06:04:27 2020 +0000
+++ b/graphics/libv4l1/Makefile Sun Aug 30 06:28:54 2020 +0000
@@ -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 @@
COMMENT= Video4Linux userspace library
LICENSE= gnu-gpl-v2
-USE_GCC_RUNTIME= yes
+FORTIFY_SUPPORTED= no
GNU_CONFIGURE= yes
-FORTIFY_SUPPORTED= no
+USE_GCC_RUNTIME= yes
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake
-USE_TOOLS+= gmake
-USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
+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