diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-03 08:33:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-03 08:33:18 +0000 |
commit | 28ad2ccf8eac449f8f50a49d0aa08e155a6af224 (patch) | |
tree | 2da6dff5c43f0cac02c9cb795232cda613771b32 /www/aws | |
parent | b2f0be90fd648e794776461fe5463b413052b1d9 (diff) | |
download | ports-28ad2ccf8eac449f8f50a49d0aa08e155a6af224.tar.gz ports-28ad2ccf8eac449f8f50a49d0aa08e155a6af224.zip |
Notes
Diffstat (limited to 'www/aws')
-rw-r--r-- | www/aws/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/aws/Makefile b/www/aws/Makefile index bfbd4bd669c8..76ad4e8b1192 100644 --- a/www/aws/Makefile +++ b/www/aws/Makefile @@ -116,6 +116,11 @@ CONF_ARGS+= ENABLE_SHARED=true CONF_ARGS+= ENABLE_SHARED=false .endif +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= undefined reference to `CRYPTO_set_id_callback' +BROKEN_FreeBSD_13= undefined reference to `CRYPTO_set_id_callback' +.endif + post-patch: @${REINPLACE_CMD} \ -e 's|@ADDITIONAL_RPATH@|${ADDL_RPATH}|' \ |