Ticket #75: 14137-mc-4.6.1-mcslang.patch

File 14137-mc-4.6.1-mcslang.patch, 508 bytes (added by slavazanko, 15 years ago)

added by ywc

  • 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