Ticket #4508: bsd.hpp.patch

File bsd.hpp.patch, 514 bytes (added by Jelle Geerts <jellegeerts@…>, 12 years ago)
  • boost/config/platform/bsd.hpp

    diff -dur orig/boost/config/platform/bsd.hpp patched/boost/config/platform/bsd.hpp
    old new  
    5656#endif
    5757
    5858#if !((defined(__FreeBSD__) && (__FreeBSD__ >= 5)) \
    59       || (__NetBSD_GCC__ >= 2095003) || defined(__DragonFly__))
     59      || (defined(__NetBSD_GCC__) && __NetBSD_GCC__ >= 2095003) || defined(__DragonFly__))
    6060#  define BOOST_NO_CWCHAR
    6161#endif
    6262//