head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.12.24.15.37.02; author ryoon; state Exp; branches; next ; commitid LN4PLTqwTLuAYFnG; desc @@ 1.1 log @devel/sdcc: Update to 4.5.0 * AVR target is not available anymore. Use cross/avr-gcc. * gbz80 is renamed to sm83. * Based on devel/sdcc3 and make pkglint happier. Changelog: SDCC 4.5.0 New Feature List: Full atomic_flag support for msc51 and ds390 ports Experimental f8 port ISO C2y case range expressions ISO C2y _Generic selection expression with a type operand K&R-style function syntax (preliminarily with the semantics of non-K&R ISO-style functions) ISO C23 enums with user-specified underlying type struct / union in initializers @ text @$NetBSD$ * POSIX shell portability. --- configure.orig 2025-06-17 23:37:05.518031790 +0000 +++ configure @@@@ -7300,7 +7300,7 @@@@ fi # Check for c11 # ------------------------------------------------------------------------- -if test "$ac_cv_prog_cc_c11" == "no"; then +if test "$ac_cv_prog_cc_c11" = "no"; then as_fn_error $? "Could not find C11-capable host compiler." "$LINENO" 5 fi @