blob: c932fee6fe5c9c5f1258c547e07ca909e599d2f8 [file] [log] [blame]
diff --git a/ports/curl/portfile.cmake b/ports/curl/portfile.cmake
index 427bccb217..ddfd75d30f 100644
--- a/ports/curl/portfile.cmake
+++ b/ports/curl/portfile.cmake
@@ -62,6 +62,10 @@ if(VCPKG_TARGET_IS_WINDOWS)
list(APPEND OPTIONS -DENABLE_UNICODE=ON)
endif()
+if(VCPKG_TARGET_IS_OSX)
+ list(APPEND OPTIONS -DENABLE_IPV6=OFF)
+endif()
+
vcpkg_find_acquire_program(PKGCONFIG)
vcpkg_cmake_configure(
diff --git a/ports/curl/vcpkg.json b/ports/curl/vcpkg.json
index 31955859d0..50e619b846 100644
--- a/ports/curl/vcpkg.json
+++ b/ports/curl/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "curl",
"version": "8.13.0",
- "port-version": 1,
+ "port-version": 2,
"description": "A library for transferring data with URLs",
"homepage": "https://curl.se/",
"license": "curl AND ISC AND BSD-3-Clause",