aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-10-09 03:04:49 +0800
committerantoine <antoine@FreeBSD.org>2017-10-09 03:04:49 +0800
commit6deb44371351e2d588ce32af0eeddab8132716a9 (patch)
tree7b9c0aef04d332b0d41560b024f5cbe67c315542 /textproc
parent539469ce555195fddc4d1c8f223baba990a08882 (diff)
downloadfreebsd-ports-gnome-6deb44371351e2d588ce32af0eeddab8132716a9.tar.gz
freebsd-ports-gnome-6deb44371351e2d588ce32af0eeddab8132716a9.tar.zst
freebsd-ports-gnome-6deb44371351e2d588ce32af0eeddab8132716a9.zip
Mark BROKEN: fails to build
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ -I/usr/local/include -I./src/lexer/ -I/usr/local/include/tidy -D_THREAD_SAFE -O2 -pipe -fstack-protector -fno-strict-aliasing -ftemplate-depth-50 -MT XPathDocumentImpl.lo -MD -MP -MF .deps/XPathDocumentImpl.Tpo -c src/dom-api/impl/XPathDocumentImpl.cpp -fPIC -DPIC -o .libs/XPathDocumentImpl.o src/dom-api/impl/XPathDocumentImpl.cpp:65:25: error: use of undeclared identifier 'castToNode' DOMNode* thisNode = castToNode(&fParent); Reported by: pkg-fallout MFH: 2017Q4
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xqilla/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/xqilla/Makefile b/textproc/xqilla/Makefile
index d20159759273..451c0b139b81 100644
--- a/textproc/xqilla/Makefile
+++ b/textproc/xqilla/Makefile
@@ -14,6 +14,8 @@ COMMENT= XQuery and XPath2 library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= fails to build
+
LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 \
libtidy.so:www/tidy-lib