DragonFly commits List (threaded) for 2009-08
DragonFly BSD
DragonFly commits List (threaded) for 2009-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.3.2.328.g2b229 master contrib/mpfr mpfr-impl.h


From: Simon Schubert <corecode@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 7 Aug 2009 13:04:20 -0700 (PDT)

commit 2b2291573360973948c93a79d7a9f836b6af740b
Author: Simon Schubert <corecode@dragonflybsd.org>
Date:   Fri Aug 7 20:06:51 2009 +0200

    mpfr: always include stdint.h to allow build from DragonFly-2.2
    
    DragonFly 2.2 has some confused headers that define INTMAX_C et al
    but don't define intmax_t.  This confuses mpfr and prevents building
    mpfr and thus master on 2.2-release.  Work around this problem by always
    including stdint.h.  This can go away as soon as we don't need 2.2
    crossbuilding compatibility anymore.

Summary of changes:
 contrib/mpfr/mpfr-impl.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2b2291573360973948c93a79d7a9f836b6af740b


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]