aboutsummaryrefslogtreecommitdiff
path: root/www/aws
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-03 08:33:18 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-03 08:33:18 +0000
commit28ad2ccf8eac449f8f50a49d0aa08e155a6af224 (patch)
tree2da6dff5c43f0cac02c9cb795232cda613771b32 /www/aws
parentb2f0be90fd648e794776461fe5463b413052b1d9 (diff)
downloadports-28ad2ccf8eac449f8f50a49d0aa08e155a6af224.tar.gz
ports-28ad2ccf8eac449f8f50a49d0aa08e155a6af224.zip
Notes
Diffstat (limited to 'www/aws')
-rw-r--r--www/aws/Makefile5
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}|' \