To: vim_dev@googlegroups.com Subject: Patch 8.1.2353 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2353 Problem: Build failure on FreeBSD. Solution: Change #ifdef to only check for Linux-like systems. Files: src/vim.h *** ../vim-8.1.2352/src/vim.h 2019-11-26 14:47:56.992402008 +0100 --- src/vim.h 2019-11-28 20:07:52.166525235 +0100 *************** *** 36,42 **** Error: configure did not run properly. Check auto/config.log. # endif ! # if defined(UNIX) && !defined(MACOS_X) // Needed for strptime(). Needs to be done early, since header files can // include other header files and end up including time.h, where these symbols // matter for Vim. --- 36,42 ---- Error: configure did not run properly. Check auto/config.log. # endif ! # if defined(__gnu_linux__) || defined(__CYGWIN__) // Needed for strptime(). Needs to be done early, since header files can // include other header files and end up including time.h, where these symbols // matter for Vim. *** ../vim-8.1.2352/src/version.c 2019-11-27 21:55:08.813957630 +0100 --- src/version.c 2019-11-28 20:09:42.042003807 +0100 *************** *** 739,740 **** --- 739,742 ---- { /* Add new patch number below this line */ + /**/ + 2353, /**/ -- hundred-and-one symptoms of being an internet addict: 133. You communicate with people on other continents more than you do with your own neighbors. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///