mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 8.2.1424: Mac build fails
Problem: Mac build fails. Solution: Adjust configure to not fall back to Athena. Adjust some other files.
This commit is contained in:
@@ -754,6 +754,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1424,
|
||||
/**/
|
||||
1423,
|
||||
/**/
|
||||
@@ -3954,17 +3956,8 @@ list_version(void)
|
||||
# else
|
||||
# if defined(MSWIN)
|
||||
msg_puts(_("with GUI."));
|
||||
# else
|
||||
# if defined(TARGET_API_MAC_CARBON) && TARGET_API_MAC_CARBON
|
||||
msg_puts(_("with Carbon GUI."));
|
||||
# else
|
||||
# if defined(TARGET_API_MAC_OSX) && TARGET_API_MAC_OSX
|
||||
msg_puts(_("with Cocoa GUI."));
|
||||
# else
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user