Ticket #41408: patch-imakemdep.h.diff

File patch-imakemdep.h.diff, 748 bytes (added by jmroot (Joshua Root), 10 years ago)
  • imakemdep.h

    old new in this Software without prior written a 
    267267#  if !defined (CROSSCOMPILE) || defined (CROSSCOMPILE_CPP)
    268268
    269269#   if defined(__APPLE__)
    270 #    define DEFAULT_CPP "/usr/bin/cpp"
     270#    define DEFAULT_CPP "::CPPCMD::"
    271271#    define DEFAULT_CC "cc"
    272272#   endif
    273273#   if defined(Lynx) || defined(__Lynx__)
    in this Software without prior written a 
    339339#     define DEFAULT_CPP "/usr/X11R6/bin/cpp"
    340340#    endif
    341341#   endif
    342 #   if defined(__GNUC__) && !defined(USE_CC_E)
     342#   if defined(__GNUC__) && !defined(__clang__) && !defined(USE_CC_E)
    343343#    define USE_CC_E
    344344#    ifndef DEFAULT_CC
    345345#     define DEFAULT_CC "gcc"