aboutsummaryrefslogtreecommitdiff
path: root/sysutils/aimage
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-03 09:26:07 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-03 09:26:07 +0000
commitb7e18ba9f08de2151a0f764881a3708f414a3a61 (patch)
tree5f0a48e8a624e1826c4f479ef1a21a09edf205c1 /sysutils/aimage
parent636c9619eddad6a4946bd2c772f3ae24b65b4784 (diff)
downloadports-b7e18ba9f08de2151a0f764881a3708f414a3a61.tar.gz
ports-b7e18ba9f08de2151a0f764881a3708f414a3a61.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497694
Diffstat (limited to 'sysutils/aimage')
-rw-r--r--sysutils/aimage/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/sysutils/aimage/Makefile b/sysutils/aimage/Makefile
index 2cc602834f3f..2e096965fb08 100644
--- a/sysutils/aimage/Makefile
+++ b/sysutils/aimage/Makefile
@@ -23,4 +23,11 @@ CONFIGURE_ARGS= ac_cv_lib_ssl_ssl3_new=yes
PLIST_FILES= bin/aimage
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= error: field has incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st')
+BROKEN_FreeBSD_13= error: field has incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st')
+.endif
+
+.include <bsd.port.post.mk>