Skip to content

Commit

Permalink
[hunspell] Remove deprecated minimal rebuild switch. (microsoft#28001)
Browse files Browse the repository at this point in the history
Fixes build break first detected in: microsoft#27718

Submitted upstream as: hunspell/hunspell#890
  • Loading branch information
BillyONeal authored Nov 25, 2022
1 parent b6bde16 commit 6101f08
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ports/hunspell/0006-remove-gm.patch
Original file line number Diff line number Diff line change
@@ -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 />
1 change: 1 addition & 0 deletions ports/hunspell/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ports/hunspell/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2938,7 +2938,7 @@
},
"hunspell": {
"baseline": "1.7.1",
"port-version": 0
"port-version": 1
},
"hwloc": {
"baseline": "2.7.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/hunspell.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b41e3a543323f9a28cfa2fc9e93c8d3fc31a2597",
"version": "1.7.1",
"port-version": 1
},
{
"git-tree": "3adb7d5162395e281e90173a290f16303c977f3b",
"version": "1.7.1",
Expand Down

0 comments on commit 6101f08

Please sign in to comment.