head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.10.07.08.48.08; author wiz; state Exp; branches; next ; commitid bFcSaFVzzPbNdCdG; desc @@ 1.1 log @uulib: fix build with gcc 14 @ text @$NetBSD$ Add return type to fix build with gcc 14. --- uulib/configure.orig 2025-10-07 08:47:21.618141297 +0000 +++ uulib/configure @@@@ -660,7 +660,7 @@@@ cat > conftest.$ac_ext << EOF #line 661 "configure" #include "confdefs.h" -main(){return(0);} +int main(){return(0);} EOF if { (eval echo configure:666: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes @