head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.12.22.23.22.02; author wiz; state Exp; branches; next ; commitid hEts1m93MTZ5CsnG; desc @@ 1.1 log @ttftot42: fix build with gcc 14 @ text @$NetBSD$ Add missing 'int' to fix configure test. --- configure.orig 1999-03-08 17:42:12.000000000 +0000 +++ configure @@@@ -922,7 +922,7 @@@@ cat > conftest.$ac_ext << EOF #line 923 "configure" #include "confdefs.h" -main(){return(0);} +int main(){return(0);} EOF if { (eval echo configure:928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes @