Mark BROKEN: fails to build
/wrkdirs/usr/ports/archivers/py-zstandard/work-py36/zstandard-0.9.1/c-ext/compressionparams.c:42:28: error: use of undeclared identifier 'ZSTD_p_compressLiterals'; did you mean 'ZSTD_p_compressionLevel'? TRY_SET_PARAMETER(params, ZSTD_p_compressLiterals, obj->compressLiterals); ^~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout
This commit is contained in:
parent
b1eef327f2
commit
ce0a94bf39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476252
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ COMMENT= Zstandard bindings for Python, a full-featured version
|
|||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
BROKEN= fails to build
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR}
|
||||
LIB_DEPENDS= libzstd.so:archivers/zstd
|
||||
|
||||
|
|
Loading…
Reference in a new issue