[gettext] Fix tools build: (#22211)

msginit-msginit.obj : error LNK2019: unresolved external symbol __imp_optarg_a referenced in function main
.libs\msginit.exe : fatal error LNK1120: 1 unresolved externals
This commit is contained in:
Max Khon 2022-01-05 03:24:50 +07:00 committed by GitHub
parent abf52dd1ad
commit e2a2317755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -56,6 +56,7 @@ if(VCPKG_TARGET_IS_WINDOWS)
ac_cv_func_memset=yes # not detected in release builds
ac_cv_header_pthread_h=no
ac_cv_header_dirent_h=no
ac_cv_header_getopt_h=no
)
endif()

View File

@ -1,7 +1,7 @@
{
"name": "gettext",
"version": "0.21",
"port-version": 7,
"port-version": 8,
"description": "GNU gettext provides libintl and a set of tools to help produce multi-lingual messages.",
"homepage": "https://www.gnu.org/software/gettext/",
"dependencies": [

View File

@ -2422,7 +2422,7 @@
},
"gettext": {
"baseline": "0.21",
"port-version": 7
"port-version": 8
},
"gettimeofday": {
"baseline": "2017-10-14",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d1dc6ee2684911bfcb6f63c498413a118c235ba5",
"version": "0.21",
"port-version": 8
},
{
"git-tree": "f843c5eedf82612df5fef2bfadfe4df8426301a6",
"version": "0.21",