devel/protobuf: skip shell portability check
This commit is contained in:
parent
8218750ad5
commit
36bb900551
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.28 2020/03/22 18:28:43 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2020/05/03 19:32:30 rillig Exp $
|
||||
|
||||
DISTNAME= protobuf-cpp-3.11.4
|
||||
PKGNAME= ${DISTNAME:S/-cpp//}
|
||||
|
@ -22,6 +22,11 @@ PKGCONFIG_OVERRIDE+= protobuf-lite.pc.in
|
|||
PKGCONFIG_OVERRIDE+= protobuf.pc.in
|
||||
TEST_TARGET= check
|
||||
|
||||
# false positive: the Makefile generates bash programs
|
||||
CHECK_PORTABILITY_SKIP= benchmarks/Makefile.in
|
||||
# the [[ command will skip a test that would otherwise run
|
||||
CHECK_PORTABILITY_SKIP+= src/google/protobuf/compiler/zip_output_unittest.sh
|
||||
|
||||
SET_LIBDIR= yes
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
|
|
Loading…
Reference in a new issue