Ticket #13120: mc-4.6.1-mcslang.patch

File mc-4.6.1-mcslang.patch, 508 bytes (added by yenwenchieh@…, 17 years ago)

patch for bundled mcslang in mc-4.6.1

  • slang/include/slang.h

    diff -Naur mc-4.6.1.org/slang/include/slang.h mc-4.6.1/slang/include/slang.h
    old new  
    2424# endif
    2525#endif /* __watcomc__ */
    2626
    27 #if defined(unix) || defined(__unix) || defined (_AIX) || defined(__NetBSD__)
     27#if defined(unix) || defined(__unix) || defined (_AIX) || defined(__NetBSD__) || defined(__APPLE__)
    2828# ifndef __unix__
    2929#  define __unix__ 1
    3030# endif