diff --git a/ports/baresip-libre/use-c11.patch b/ports/baresip-libre/use-c11.patch index 6c9547431be4ee..ec03b519c4ce4a 100644 --- a/ports/baresip-libre/use-c11.patch +++ b/ports/baresip-libre/use-c11.patch @@ -6,7 +6,7 @@ index b364219..fd662d4 100644 set(PROJECT_VERSION_FULL ${PROJECT_VERSION}) endif() -+if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW) ++if(WIN32 AND NOT MINGW) + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std:c11" ) +endif() + diff --git a/ports/baresip-libre/vcpkg.json b/ports/baresip-libre/vcpkg.json index 586d1ea74443e7..a2fc0f19abb909 100644 --- a/ports/baresip-libre/vcpkg.json +++ b/ports/baresip-libre/vcpkg.json @@ -1,7 +1,7 @@ { "name": "baresip-libre", "version": "3.2.0", - "port-version": 1, + "port-version": 2, "description": "Generic library for real-time communications with async IO support", "homepage": "https://github.com/baresip/re", "license": "BSD-3-Clause", diff --git a/versions/b-/baresip-libre.json b/versions/b-/baresip-libre.json index 687cfb8086d1f9..bdc02a61743a0b 100644 --- a/versions/b-/baresip-libre.json +++ b/versions/b-/baresip-libre.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8eba692c2b454a491269fec62a993c0b08b24d34", + "version": "3.2.0", + "port-version": 2 + }, { "git-tree": "c32aafef7c464cd6b860327ea35759e708f96a77", "version": "3.2.0", diff --git a/versions/baseline.json b/versions/baseline.json index 45608cd02b74a3..5518f368ba1e37 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -490,7 +490,7 @@ }, "baresip-libre": { "baseline": "3.2.0", - "port-version": 1 + "port-version": 2 }, "basisu": { "baseline": "1.11",