zstd: CHECK_PORTABILITY_SKIP in test suite
This commit is contained in:
parent
aafdd3fde9
commit
1a526553f9
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.27 2020/01/18 23:29:57 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2020/03/12 17:34:26 tnn Exp $
|
||||
|
||||
DISTNAME= zstd-1.4.4
|
||||
CATEGORIES= archivers
|
||||
|
@ -10,6 +10,8 @@ HOMEPAGE= https://facebook.github.io/zstd/
|
|||
COMMENT= Fast real-time compression algorithm
|
||||
LICENSE= modified-bsd OR gnu-gpl-v2
|
||||
|
||||
CHECK_PORTABILITY_SKIP+= tests/playTests.sh
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_TOOLS+= ggrep gmake pkg-config
|
||||
PKGCONFIG_OVERRIDE+= lib/libzstd.pc.in
|
||||
|
|
Loading…
Reference in a new issue