diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-24 17:01:36 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-24 17:01:36 +0800 |
commit | 77c653d805d05571fe392702f23296b2291673b7 (patch) | |
tree | 4dd953cbb92d3a05f153a60a7945aa525d52a71a /security | |
parent | ac16b6f62974518a04e503b827d6c4052385f2f7 (diff) | |
download | freebsd-ports-gnome-77c653d805d05571fe392702f23296b2291673b7.tar.gz freebsd-ports-gnome-77c653d805d05571fe392702f23296b2291673b7.tar.zst freebsd-ports-gnome-77c653d805d05571fe392702f23296b2291673b7.zip |
Mark BROKEN: Fails to build
cc -DHAVE_CONFIG_H -I. -I. -I../../lasso -I../.. -I../../lasso -I/usr/local/include/glib-2.0 -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO=\"openssl\" -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1 -I/usr/local/include/xmlsec1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_NO_ECDSA=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/local/include/libxml2 -I/usr/local/include -DLASSO_INTERNALS -DG_LOG_DOMAIN=\"lasso\" -O2 -pipe -fno-strict-aliasing -MT tools.lo -MD -MP -MF .deps/tools.Tpo -c tools.c -fPIC -DPIC -o .libs/tools.o
tools.c: In function 'lasso_node_build_deflated_query':
tools.c:752: error: dereferencing pointer to incomplete type
tools.c:752: error: dereferencing pointer to incomplete type
*** [tools.lo] Error code 1
Reported by: pkg-fallout
Diffstat (limited to 'security')
-rw-r--r-- | security/lasso/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/lasso/Makefile b/security/lasso/Makefile index b14930652e01..99f09bb38055 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/594/ MAINTAINER= tj@FreeBSD.org COMMENT= Free Liberty Alliance Implementation +BROKEN= Fails to build + RUN_DEPENDS= xmlsec1:${PORTSDIR}/security/xmlsec1 BUILD_DEPENDS:= ${RUN_DEPENDS} |