Ticket #11810: 0001-libs-config-convert-sun-__sun-for-strict-ISO-compile.patch

File 0001-libs-config-convert-sun-__sun-for-strict-ISO-compile.patch, 1.0 KB (added by Richard PALO <richard@…>, 7 years ago)

patchset for libs/config convert 'sun' => 'sun'

  • include/boost/cstdint.hpp

    From ad1e30fb2c4ccfbb473a9b60e9950936924d9c5e Mon Sep 17 00:00:00 2001
    From: Richard PALO <richard@NetBSD.org>
    Date: Sat, 21 Nov 2015 06:58:41 +0100
    Subject: [PATCH] libs/config convert sun=>__sun for strict ISO compilers
    
    Signed-off-by: Richard PALO <richard@NetBSD.org>
    ---
     include/boost/cstdint.hpp | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/include/boost/cstdint.hpp b/include/boost/cstdint.hpp
    index bf7097e..f540576 100644
    a b namespace boost  
    374374    || (defined(_XOPEN_UNIX) && (_XOPEN_UNIX+0 > 0) && !defined(__UCLIBC__)) \
    375375    || defined(__CYGWIN__) \
    376376    || defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) \
    377     || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(sun)
     377    || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__sun)
    378378
    379379namespace boost {
    380380    using ::intptr_t;