aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/abseil/portfile.cmake1
-rw-r--r--ports/abseil/vcpkg.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/abseil/portfile.cmake b/ports/abseil/portfile.cmake
index 94a7673c0..bcb93b928 100644
--- a/ports/abseil/portfile.cmake
+++ b/ports/abseil/portfile.cmake
@@ -31,6 +31,7 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/absl TARGET_PATH share/absl)
+vcpkg_fixup_pkgconfig()
vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share
diff --git a/ports/abseil/vcpkg.json b/ports/abseil/vcpkg.json
index aaf8773c4..8000413e7 100644
--- a/ports/abseil/vcpkg.json
+++ b/ports/abseil/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "abseil",
"version-date": "2021-03-24",
+ "port-version": 1,
"description": [
"an open-source collection designed to augment the C++ standard library.",
"Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives.",