head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2; locks; strict; comment @# @; 1.1 date 2026.04.01.06.46.55; author wiz; state Exp; branches 1.1.2.1; next ; commitid ScbM9j84NH6pTdAG; 1.1.2.1 date 2026.04.01.06.46.55; author maya; state dead; branches; next 1.1.2.2; commitid fieBADQlX3diJiAG; 1.1.2.2 date 2026.04.01.21.20.54; author maya; state Exp; branches; next ; commitid fieBADQlX3diJiAG; desc @@ 1.1 log @xplot: fix build with gcc 14 From Robert Whitlock in PR 60152 @ text @$NetBSD$ --- configure.orig 2026-04-01 06:45:49.790687683 +0000 +++ configure @@@@ -655,7 +655,7 @@@@ cat > conftest.$ac_ext << EOF #line 656 "configure" #include "confdefs.h" -main(){return(0);} +int main(){return(0);} EOF if { (eval echo configure:661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes @ 1.1.2.1 log @file patch-configure was added on branch pkgsrc-2026Q1 on 2026-04-01 21:20:54 +0000 @ text @d1 13 @ 1.1.2.2 log @Pullup ticket #7067 - requested by wiz graphics/xplot: Build fix Revisions pulled up: - graphics/xplot/distinfo 1.15 - graphics/xplot/patches/patch-ab 1.8 - graphics/xplot/patches/patch-configure 1.1 --- Module Name: pkgsrc Committed By: wiz Date: Wed Apr 1 06:46:56 UTC 2026 Modified Files: pkgsrc/graphics/xplot: distinfo pkgsrc/graphics/xplot/patches: patch-ab Added Files: pkgsrc/graphics/xplot/patches: patch-configure Log Message: xplot: fix build with gcc 14 From Robert Whitlock in PR 60152 @ text @a0 13 $NetBSD: patch-configure,v 1.1 2026/04/01 06:46:55 wiz Exp $ --- configure.orig 2026-04-01 06:45:49.790687683 +0000 +++ configure @@@@ -655,7 +655,7 @@@@ cat > conftest.$ac_ext << EOF #line 656 "configure" #include "confdefs.h" -main(){return(0);} +int main(){return(0);} EOF if { (eval echo configure:661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes @