diff options
author | joerg <joerg@pkgsrc.org> | 2020-04-20 00:39:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-04-20 00:39:19 +0000 |
commit | 1e7595741c536a3a7a199bb0f069bd5a39885c73 (patch) | |
tree | 2da060ee1096163307987cd4b9343b4a4e8bc640 /graphics/unicap | |
parent | 08af726290e18c6a0af1ee60fca44e0a1b8658a6 (diff) | |
download | pkgsrc-1e7595741c536a3a7a199bb0f069bd5a39885c73.tar.gz |
Ignore portability warnings for configure.in as configure is patched
Diffstat (limited to 'graphics/unicap')
-rw-r--r-- | graphics/unicap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/unicap/Makefile b/graphics/unicap/Makefile index 0cd5e8efd05..068d64a7594 100644 --- a/graphics/unicap/Makefile +++ b/graphics/unicap/Makefile @@ -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 |