mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 08:35:35 +08:00
[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:
parent
b6bde16b1e
commit
6101f08421
12
ports/hunspell/0006-remove-gm.patch
Normal file
12
ports/hunspell/0006-remove-gm.patch
Normal 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 />
|
@ -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
|
||||
|
@ -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",
|
||||
|
@ -2938,7 +2938,7 @@
|
||||
},
|
||||
"hunspell": {
|
||||
"baseline": "1.7.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"hwloc": {
|
||||
"baseline": "2.7.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b41e3a543323f9a28cfa2fc9e93c8d3fc31a2597",
|
||||
"version": "1.7.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "3adb7d5162395e281e90173a290f16303c977f3b",
|
||||
"version": "1.7.1",
|
||||
|
Loading…
Reference in New Issue
Block a user