aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-01-19 07:20:10 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-01-19 07:20:10 +0000
commit97b9a7dddb67f2df17f0bbd3de597f0b6a7c1de9 (patch)
tree272b9bd0856af331508239f30ba27b629f005e52 /archivers
parent8f749ef4578a7eff409d6093fc510391ab85e8ad (diff)
downloadports-97b9a7dddb67f2df17f0bbd3de597f0b6a7c1de9.tar.gz
ports-97b9a7dddb67f2df17f0bbd3de597f0b6a7c1de9.zip
Mark BROKEN: fails to build
c-ext/constants.c:80:51: error: use of undeclared identifier 'ZSTD_SEARCHLENGTH_MIN' Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=490708
Diffstat (limited to 'archivers')
-rw-r--r--archivers/py-zstandard/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/py-zstandard/Makefile b/archivers/py-zstandard/Makefile
index 035388533a43..b95a77d52861 100644
--- a/archivers/py-zstandard/Makefile
+++ b/archivers/py-zstandard/Makefile
@@ -11,6 +11,7 @@ COMMENT= Zstandard bindings for Python, a full-featured version
LICENSE= BSD2CLAUSE
+BROKEN= fails to build
BROKEN_powerpc64= fails to build: cffi.error.CDefError: parse error
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR}