diff options
Diffstat (limited to '')
-rw-r--r-- | math/py-igraph/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile index 153b128f9a31..ba22555e9a9c 100644 --- a/math/py-igraph/Makefile +++ b/math/py-igraph/Makefile @@ -12,6 +12,8 @@ WWW= https://igraph.org/python/ LICENSE= GPLv2 +BROKEN= Fails to build with libxml2 2.13+, error: incompatible function pointer types passing 'void (*)(void *, xmlErrorPtr)' (aka 'void (*)(void *, struct _xmlError *)') to parameter of type 'xmlStructuredErrorFunc' (aka 'void (*)(void *, const struct _xmlError *)') + BUILD_DEPENDS= cmake:devel/cmake-core \ ${LOCALBASE}/bin/flex:textproc/flex LIB_DEPENDS= libigraph.so:math/igraph \ |