pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/unicap



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Apr 20 00:39:19 UTC 2020

Modified Files:
        pkgsrc/graphics/unicap: Makefile

Log Message:
Ignore portability warnings for configure.in as configure is patched


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/graphics/unicap/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/unicap/Makefile
diff -u pkgsrc/graphics/unicap/Makefile:1.50 pkgsrc/graphics/unicap/Makefile:1.51
--- pkgsrc/graphics/unicap/Makefile:1.50        Tue Mar 10 22:10:15 2020
+++ pkgsrc/graphics/unicap/Makefile     Mon Apr 20 00:39:19 2020
@@ -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_LIBTOOL=          yes
 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