[hunspell] Remove deprecated minimal rebuild switch. (#28001)

Fixes build break first detected in: https://github.com/microsoft/vcpkg/pull/27718

Submitted upstream as: https://github.com/hunspell/hunspell/pull/890
This commit is contained in:
Billy O'Neal 2022-11-25 01:09:42 -08:00 committed by GitHub
parent b6bde16b1e
commit 6101f08421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff --git a/msvc/hunspell.vcxproj b/msvc/hunspell.vcxproj
index 660a082..e1757db 100644
--- a/msvc/hunspell.vcxproj
+++ b/msvc/hunspell.vcxproj
@@ -122,7 +122,6 @@
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\src\hunspell;..\src\parsers;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>W32;WIN32;_DEBUG;_CONSOLE;HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<PrecompiledHeader />

View File

@ -10,6 +10,7 @@ vcpkg_from_github(
0003-fix-win-build.patch
0004-add-win-arm64.patch
0005-autotools-subdirs.patch
0006-remove-gm.patch # https://github.com/hunspell/hunspell/pull/890
)
file(REMOVE "${SOURCE_PATH}/README") #README is a symlink

View File

@ -1,6 +1,7 @@
{
"name": "hunspell",
"version": "1.7.1",
"port-version": 1,
"description": "The most popular spellchecking library.",
"homepage": "https://github.com/hunspell/hunspell",
"license": "MPL-1.1 OR LGPL-2.1-or-later OR GPL-2.0-or-later",

View File

@ -2938,7 +2938,7 @@
},
"hunspell": {
"baseline": "1.7.1",
"port-version": 0
"port-version": 1
},
"hwloc": {
"baseline": "2.7.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b41e3a543323f9a28cfa2fc9e93c8d3fc31a2597",
"version": "1.7.1",
"port-version": 1
},
{
"git-tree": "3adb7d5162395e281e90173a290f16303c977f3b",
"version": "1.7.1",