mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[libiconv] Build GNU libiconv on NetBSD (#48048)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
if(NOT DEFINED X_VCPKG_BUILD_GNU_LIBICONV)
|
||||
set(X_VCPKG_BUILD_GNU_LIBICONV 0)
|
||||
if(VCPKG_TARGET_IS_WINDOWS OR VCPKG_TARGET_IS_IOS OR VCPKG_TARGET_IS_FREEBSD OR VCPKG_TARGET_IS_OPENBSD)
|
||||
if(VCPKG_TARGET_IS_WINDOWS OR VCPKG_TARGET_IS_IOS OR VCPKG_TARGET_IS_BSD)
|
||||
set(X_VCPKG_BUILD_GNU_LIBICONV 1)
|
||||
elseif(VCPKG_TARGET_IS_ANDROID)
|
||||
vcpkg_cmake_get_vars(cmake_vars_file)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libiconv",
|
||||
"version": "1.18",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": [
|
||||
"iconv() text conversion.",
|
||||
"This port installs GNU libiconv if the system C runtime doesn't provide a suitable iconv() implementation."
|
||||
|
||||
@@ -4970,7 +4970,7 @@
|
||||
},
|
||||
"libiconv": {
|
||||
"baseline": "1.18",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"libics": {
|
||||
"baseline": "1.6.8",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cd6e884bcb53ce8481ea9594639f3d21aed0e138",
|
||||
"version": "1.18",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "8bde4af83c1a6471dfad7afaaf2d487f18fb6e82",
|
||||
"version": "1.18",
|
||||
|
||||
Reference in New Issue
Block a user