diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-06-24 07:57:11 +0100 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-06-24 07:57:11 +0100 |
commit | 4324bd9ca5fb5260ab2979d723b731ca8b33da17 (patch) | |
tree | 1519ec27466c5c592dc3b74ccc23397533291b36 /devel/aws-sdk-cpp | |
parent | audio/baresip: Update to upstream release 3.13.0 (diff) |
devel/aws-sdk-cpp: Mark as broken
Due to incompatibility changes in devel/aws-crt-cpp (0.27.0), this port is
waiting for upstream fix.
See also: https://github.com/aws/aws-sdk-cpp/issues/3012
Diffstat (limited to 'devel/aws-sdk-cpp')
-rw-r--r-- | devel/aws-sdk-cpp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/aws-sdk-cpp/Makefile b/devel/aws-sdk-cpp/Makefile index 78e63c41b4cf..ccb275166711 100644 --- a/devel/aws-sdk-cpp/Makefile +++ b/devel/aws-sdk-cpp/Makefile @@ -9,6 +9,8 @@ WWW= https://github.com/aws/aws-sdk-cpp LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to build with latest update devel/aws-crt-cpp; https://github.com/aws/aws-sdk-cpp/issues/3012 + LIB_DEPENDS= libaws-c-auth.so:security/aws-c-auth \ libaws-c-cal.so:security/aws-c-cal \ libaws-c-common.so:devel/aws-c-common \ |