Mac: upgrade to wxWidgets 3.2.2.1

This commit is contained in:
Charlie Fenton 2023-05-06 04:44:38 -07:00
parent c56d34d2c6
commit 5a83aecab9
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@
# Updated 10/18/21 to add -Werror=unguarded-availability compiler flag # Updated 10/18/21 to add -Werror=unguarded-availability compiler flag
# Updated 2/6/23 changed MACOSX_DEPLOYMENT_TARGET to 10.13 # Updated 2/6/23 changed MACOSX_DEPLOYMENT_TARGET to 10.13
# Updated 4/6/23 for wxCocoa 3.1.6 and for args now accepted by patch utility # Updated 4/6/23 for wxCocoa 3.1.6 and for args now accepted by patch utility
# Updated 5/6/23/23 for wxCocoa 3.2.2.1
# #
## This script requires OS 10.6 or later ## This script requires OS 10.6 or later
## ##
@ -161,7 +162,7 @@ if [ ! -f src/osx/cocoa/choice.mm.orig ]; then
cat >> /tmp/choice_mm_diff << ENDOFFILE cat >> /tmp/choice_mm_diff << ENDOFFILE
--- src/osx/cocoa/choice.mm 2021-09-28 22:52:32.000000000 -0700 --- src/osx/cocoa/choice.mm 2021-09-28 22:52:32.000000000 -0700
+++ src/osx/cocoa/choice_patched.mm 2021-09-30 01:08:32.000000000 -0700 +++ src/osx/cocoa/choice_patched.mm 2021-09-30 01:08:32.000000000 -0700
@@ -130,6 +130,15 @@ @@ -93,6 +93,15 @@
m_popUpMenu->FindItemByPosition( pos )->SetItemLabel( s ) ; m_popUpMenu->FindItemByPosition( pos )->SetItemLabel( s ) ;
} }