[ncurses] Add compiler option "enable-mixed-case" to supports mixed case file names (#28312)

* [ncurses] Add compiler option "enable-mixed-case" to supports mixed case file names

* add version

* support mingw

* version

* not mingw

* version
This commit is contained in:
Frank 2023-01-05 06:49:02 +08:00 коммит произвёл GitHub
Родитель b10c0ba13e
Коммит 0d239eb4d3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 14 добавлений и 2 удалений

Просмотреть файл

@ -30,6 +30,13 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
--without-normal
)
endif()
if(NOT VCPKG_TARGET_IS_MINGW)
list(APPEND OPTIONS
--enable-mixed-case
)
endif()
if(VCPKG_TARGET_IS_MINGW)
list(APPEND OPTIONS
--disable-home-terminfo

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "ncurses",
"version": "6.3",
"port-version": 3,
"port-version": 4,
"description": "Free software emulation of curses in System V Release 4.0, and more",
"homepage": "https://invisible-island.net/ncurses/announce.html",
"license": "MIT",

Просмотреть файл

@ -5222,7 +5222,7 @@
},
"ncurses": {
"baseline": "6.3",
"port-version": 3
"port-version": 4
},
"neargye-semver": {
"baseline": "0.3.0",

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "83eac97c40a368314b01639191657529194d8bdc",
"version": "6.3",
"port-version": 4
},
{
"git-tree": "3c178c66e9a39b757a4fd10782bbd32165ef2b0e",
"version": "6.3",