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

Simon Schubert corecode at crater.dragonflybsd.org
Fri Aug 7 13:04:56 PDT 2009


commit 2b2291573360973948c93a79d7a9f836b6af740b
Author: Simon Schubert <corecode at 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





More information about the Commits mailing list