head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2025.06.15.12.51.36; author js; state Exp; branches; next ; commitid pPFU1zunMUk7eZYF; desc @@ 1.1 log @Add cross/ppc-morphos-gcc 15.1.0 Includes patchset from unreleased MorphOS 3.20 beta SDK with permission. No version suffix anymore since the idea is to only maintain one version in pkgsrc. @ text @--- gcc-12.1.0/libstdc++-v3/src/c++17/fast_float/fast_float.h.orig 2022-05-08 15:36:29.485581656 +0300 +++ gcc-12.1.0/libstdc++-v3/src/c++17/fast_float/fast_float.h 2022-05-08 15:35:34.325734211 +0300 @@@@ -42,6 +42,14 @@@@ #ifndef FASTFLOAT_FAST_FLOAT_H #define FASTFLOAT_FAST_FLOAT_H +/* This is fugly, but stdint.h has already been included without __STDC_LIMIT_MACROS - Piru */ +#ifndef SIZE_MAX +#define SIZE_MAX 0xffffffff +#endif +#ifndef UINT64_MAX +#define UINT64_MAX 18446744073709551615ULL +#endif + namespace fast_float { using std::chars_format; @