[libidn2] Generally disable AUTOPOINT (#34234)

This commit is contained in:
Kai Pastor 2023-10-13 04:34:46 +02:00 committed by GitHub
parent 98da1aa366
commit 2f94f0e5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -29,9 +29,9 @@ vcpkg_list(SET options)
if("nls" IN_LIST FEATURES)
vcpkg_list(APPEND options "--enable-nls")
else()
set(ENV{AUTOPOINT} true) # true, the program
vcpkg_list(APPEND options "--disable-nls")
endif()
set(ENV{AUTOPOINT} true) # true, the program
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
vcpkg_list(APPEND options "CPPFLAGS=\$CPPFLAGS -DIDN2_STATIC")

View File

@ -1,7 +1,7 @@
{
"name": "libidn2",
"version": "2.3.4",
"port-version": 2,
"port-version": 3,
"description": "GNU Libidn is an implementation of the Stringprep, Punycode and IDNA 2003 specifications. Libidn's purpose is to encode and decode internationalized domain names.",
"homepage": "https://www.gnu.org/software/libidn/",
"license": null,

View File

@ -4298,7 +4298,7 @@
},
"libidn2": {
"baseline": "2.3.4",
"port-version": 2
"port-version": 3
},
"libigl": {
"baseline": "2.4.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "20e169744f242f67bc4b4dc310f5785d55dba58c",
"version": "2.3.4",
"port-version": 3
},
{
"git-tree": "4784d5f7f99d7ea1ebe6f1ef01943e402e7bfddf",
"version": "2.3.4",