From 08fb700a4c428867cfec87f0a2eccd872098f334 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 29 Jan 2017 13:04:48 +0000 Subject: [PATCH] - Mark BROKEN: does not build (x509.c:46:60: error: too many arguments to function call, expected 2, have 3) --- security/py-xmlsec/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index 7d88af87dd8e..89a7bdfa10e4 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -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