lkundrak / rpms / vim

Forked from rpms/vim 4 years ago
Clone
624df28
To: vim_dev@googlegroups.com
624df28
Subject: Patch 7.4.056
624df28
Fcc: outbox
624df28
From: Bram Moolenaar <Bram@moolenaar.net>
624df28
Mime-Version: 1.0
624df28
Content-Type: text/plain; charset=UTF-8
624df28
Content-Transfer-Encoding: 8bit
624df28
------------
624df28
624df28
Patch 7.4.056
624df28
Problem:    Mac: Compilation problem with OS X 10.9 Mavericks.
624df28
Solution:   Include AvailabilityMacros.h when available. (Kazunobu Kuriyama)
624df28
Files:      src/os_unix.c
624df28
624df28
624df28
*** ../vim-7.4.055/src/os_unix.c	2013-09-05 21:41:35.000000000 +0200
624df28
--- src/os_unix.c	2013-11-02 21:46:05.000000000 +0100
624df28
***************
624df28
*** 804,809 ****
624df28
--- 804,815 ----
624df28
   * completely full.
624df28
   */
624df28
  
624df28
+ #if defined(HAVE_AVAILABILITYMACROS_H) \
624df28
+     && defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) \
624df28
+     && (__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 1090)
624df28
+ # include <AvailabilityMacros.h>
624df28
+ #endif
624df28
+ 
624df28
  #ifndef SIGSTKSZ
624df28
  # define SIGSTKSZ 8000    /* just a guess of how much stack is needed... */
624df28
  #endif
624df28
*** ../vim-7.4.055/src/version.c	2013-11-02 21:04:32.000000000 +0100
624df28
--- src/version.c	2013-11-02 21:44:10.000000000 +0100
624df28
***************
624df28
*** 740,741 ****
624df28
--- 740,743 ----
624df28
  {   /* Add new patch number below this line */
624df28
+ /**/
624df28
+     56,
624df28
  /**/
624df28
624df28
-- 
624df28
If an elephant is left tied to a parking meter, the parking fee has to be paid
624df28
just as it would for a vehicle.
624df28
		[real standing law in Florida, United States of America]
624df28
624df28
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
624df28
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
624df28
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
624df28
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///