aboutsummaryrefslogtreecommitdiff
path: root/security/apache-xml-security-c
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-04-27 12:14:37 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-04-27 12:14:37 +0000
commit9d86e32f2df407a2dee5dd6ac91f9b9a5645b9c1 (patch)
tree8d23c50179e379168dc29b05aa2ec3d88dfb97af /security/apache-xml-security-c
parent4e806f9235ae162328a233e8365a6df4975f878e (diff)
downloadports-9d86e32f2df407a2dee5dd6ac91f9b9a5645b9c1.tar.gz
ports-9d86e32f2df407a2dee5dd6ac91f9b9a5645b9c1.zip
Mark those as not building with openssl-devel.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=439541
Diffstat (limited to 'security/apache-xml-security-c')
-rw-r--r--security/apache-xml-security-c/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile
index a9635e7969df..900b14c9d2ee 100644
--- a/security/apache-xml-security-c/Makefile
+++ b/security/apache-xml-security-c/Makefile
@@ -20,4 +20,7 @@ USES= gmake libtool tar:bzip2 ssl
USE_LDCONFIG= yes
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
+BROKEN_SSL= openssl-devel
+BROKEN_SSL_REASON_openssl-devel= field has incomplete type HMAC_CTX (aka hmac_ctx_st)
+
.include <bsd.port.mk>