From bd7fc2c75b87b815c96abff1990a0d2333b20d6d Mon Sep 17 00:00:00 2001 From: James Athey Date: Wed, 18 Aug 2021 20:24:14 -0400 Subject: [libconfig] fix compilation errors on macos (#19374) * remove "find_path(STDINT_H stdint.h)". On clang/macos, this picks up the kernel headers version of stdint.h, instead of the C standard library, breaking compilation * only define YY_NO_UNISTD_H and YY_USE_CONST on Windows, like the upstream CMakeLists.txt * set the C standard to C99, like the upstream CMakeLists.txt * update to 1.7.3 * remove the "fail" line from ci.baseline.txt * run ./vcpkg x-add-version --all to update metadata files * reset port-version --- versions/l-/libconfig.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'versions/l-') diff --git a/versions/l-/libconfig.json b/versions/l-/libconfig.json index 6d7eeafa1..3a906d688 100644 --- a/versions/l-/libconfig.json +++ b/versions/l-/libconfig.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0ef471f5497ea4d07f8282487141bcbe3ea9f319", + "version-string": "1.7.3", + "port-version": 0 + }, { "git-tree": "079c1b8cc62fe544a3277a949422bd68c57e0c45", "version-string": "1.7.2", -- cgit v1.2.3