head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.01.04.10.47.27; author wiz; state Exp; branches; next ; commitid uDoDXb28rMEl14pG; desc @@ 1.1 log @unicon-im: fix build on NetBSD-current @ text @$NetBSD$ Add missing return value. --- configure.orig 2026-01-04 10:45:37.325772203 +0000 +++ configure @@@@ -686,7 +686,7 @@@@ cat > conftest.$ac_ext << EOF #line 687 "configure" #include "confdefs.h" -main(){return(0);} +int main(){return(0);} EOF if { (eval echo configure:692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes @@@@ -1356,7 +1356,7 @@@@ else #line 1357 "configure" #include "confdefs.h" -main() +int main() { char c0 = 0x40, c1 = 0x80, c2 = 0x81; exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1); @