Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/unicap Ignore portability warnings for config...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1acb11155f1f
branches:  trunk
changeset: 429411:1acb11155f1f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Apr 20 00:39:19 2020 +0000

description:
Ignore portability warnings for configure.in as configure is patched

diffstat:

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

diffs (18 lines):

diff -r d5787d48ca81 -r 1acb11155f1f graphics/unicap/Makefile
--- a/graphics/unicap/Makefile  Mon Apr 20 00:38:59 2020 +0000
+++ b/graphics/unicap/Makefile  Mon Apr 20 00:39:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2020/03/10 22:10:15 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2020/04/20 00:39:19 joerg Exp $
 
 DISTNAME=      unicap-0.9.3
 PKGREVISION=   43
@@ -14,6 +14,8 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 CONFIGURE_ARGS+=       --disable-v4l
 CONFIGURE_ARGS+=       --disable-vid21394
 CONFIGURE_ARGS+=       --enable-ucil-theora



Home | Main Index | Thread Index | Old Index