看板 DFBSD_commit 關於我們 聯絡資訊
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