diff options
author | mat <mat@FreeBSD.org> | 2017-04-27 20:14:37 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-04-27 20:14:37 +0800 |
commit | 64d057a0680206d86938ee3b0a22a8bd3f5e6e55 (patch) | |
tree | 8d23c50179e379168dc29b05aa2ec3d88dfb97af /security/apache-xml-security-c | |
parent | 8fe943f30c5624108625a00842bd7f2e18228ba2 (diff) | |
download | freebsd-ports-gnome-64d057a0680206d86938ee3b0a22a8bd3f5e6e55.tar.gz freebsd-ports-gnome-64d057a0680206d86938ee3b0a22a8bd3f5e6e55.tar.zst freebsd-ports-gnome-64d057a0680206d86938ee3b0a22a8bd3f5e6e55.zip |
Mark those as not building with openssl-devel.
Sponsored by: Absolight
Diffstat (limited to 'security/apache-xml-security-c')
-rw-r--r-- | security/apache-xml-security-c/Makefile | 3 |
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> |