- Mark BROKEN: does not build (x509.c:46:60: error: too many arguments to function call, expected 2, have 3)

This commit is contained in:
Dmitry Marakasov 2017-01-29 13:04:48 +00:00
parent a08c6f5fc5
commit 08fb700a4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432739

View File

@ -15,6 +15,8 @@ COMMENT= Python bindings for XML Security Library
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= does not build (x509.c:46:60: error: too many arguments to function call, expected 2, have 3)
LIB_DEPENDS= libxmlsec1.so:security/xmlsec1
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2