Fabian Wosar 283f99c84a
[aws-sdk-cpp] Fix linking issue when using MinGW (#39064)
It appears like the aws-sdk-cpp maintainers, in an attempt to avoid a
warning when compiling with Visual Studio, opted to use a Microsoft-only
function for reading environment variables. As a result, linking the
library will fail in MinGW environments. This PR adds a patch to
aws-sdk-cpp port that will replace the non-standard function with a
standard compliant version when being compiled for Windows using a
non-Microsoft compiler.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-06-03 22:46:34 -07:00
..
2024-04-24 08:20:43 -04:00
2023-10-20 09:50:31 -07:00
2024-03-27 15:37:46 -07:00
2024-01-31 14:38:11 -08:00
2024-01-22 11:01:29 -08:00
2024-04-30 11:50:26 -07:00
2023-11-28 22:50:03 -08:00
2024-05-16 23:39:50 -07:00
2024-04-24 22:52:19 -04:00
2024-02-12 14:26:19 -08:00
2023-10-05 14:38:14 -07:00
2023-10-05 14:38:14 -07:00
2024-01-22 10:59:09 -08:00
2024-05-22 23:37:42 -07:00
2023-11-02 10:39:26 -07:00
2024-04-10 13:29:37 -04:00
2023-10-02 16:34:49 -07:00